Skip to content

Commit 0538607

Browse files
committed
Removed cached from tests
1 parent 802fbd4 commit 0538607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:since": "nx affected --target=lint",
1010
"test:all": "nx run-many --target=test",
1111
"test:since": "nx affected --target=test",
12-
"test:coverage": "nx affected:test --all --coverage",
12+
"test:coverage": "nx affected:test --all --coverage --no-cache",
1313
"release": "yarn build:all && changeset publish",
1414
"release:internal": "yarn build:all && yarn changeset && yarn changeset version --snapshot internal && yarn changeset publish --no-git-tag --snapshot --tag internal",
1515
"postrelease": "git push --follow-tags"

0 commit comments

Comments
 (0)