fix: update github workflow to run nx instead of lerna

This commit is contained in:
Jonathan Edenström 2021-10-06 22:09:55 +02:00
parent 2a2259a260
commit 289c2f848a
1 changed files with 4 additions and 4 deletions

View File

@ -24,11 +24,11 @@ jobs:
timezone: Europe/Stockholm
- name: Install dependencies
run: npx lerna bootstrap
run: yarn
- name: Run linting and tests
run: |
yarn lint
yarn test
nx run-many --all --target=lint
nx run-many --all --target=test
env:
CI: true