Skip to content

Commit

Permalink
ci: fixed build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 21, 2024
1 parent 8ec9ddc commit 8e84ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"prepare": "is-ci || husky install || exit 0",
"sort-package-json": "sort-package-json packages/**/package.json apps/**/package.json ./package.json",
"test": "nx run-many --target=test --all --parallel",
"test:affected": "nx affected --target=test --parallel --exclude=docs,storybook --nxBail",
"test:affected:coverage": "nx affected --target=test:coverage --parallel --exclude=docs,storybook --nxBail",
"test:coverage": "nx run-many --target=test:coverage --all --parallel",
"update:deps": "taze"
},
Expand Down

0 comments on commit 8e84ca1

Please sign in to comment.