We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802fbd4 commit 0538607Copy full SHA for 0538607
package.json
@@ -9,7 +9,7 @@
9
"lint:since": "nx affected --target=lint",
10
"test:all": "nx run-many --target=test",
11
"test:since": "nx affected --target=test",
12
- "test:coverage": "nx affected:test --all --coverage",
+ "test:coverage": "nx affected:test --all --coverage --no-cache",
13
"release": "yarn build:all && changeset publish",
14
"release:internal": "yarn build:all && yarn changeset && yarn changeset version --snapshot internal && yarn changeset publish --no-git-tag --snapshot --tag internal",
15
"postrelease": "git push --follow-tags"
0 commit comments