Skip to content

Merge branch 'main' into feat/1035 #271

Merge branch 'main' into feat/1035

Merge branch 'main' into feat/1035 #271

Workflow file for this run

name: npm test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: lerna run build