Skip to content

Commit

Permalink
Add npx nx reset to the CI setup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 11, 2024
1 parent b88c5b3 commit 9e75906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare-playground
- run: npx nx reset
- run: npx nx affected --target=lint
- run: npx nx affected --target=typecheck
test-unit:
Expand Down

0 comments on commit 9e75906

Please sign in to comment.