Skip to content

Commit

Permalink
ci: add yarn dedupe check (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored Apr 4, 2024
1 parent b018a6a commit e692763
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 @@ -35,6 +35,7 @@ jobs:
yarn-cache-folder-
- run: yarn install --immutable
- run: yarn dedupe --check
- run: yarn check-dependencies
- run: yarn nx affected --target=lint --parallel --max-parallel=3
- run: yarn nx affected --target=build --parallel --max-parallel=3
Expand Down

0 comments on commit e692763

Please sign in to comment.