Skip to content

Commit

Permalink
fix: update github workflow to run nx instead of lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
edenstrom committed Oct 6, 2021
1 parent 2a2259a commit 289c2f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 289c2f8

Please sign in to comment.