Skip to content

Commit

Permalink
Removed cached from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Oct 11, 2023
1 parent 802fbd4 commit 0538607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:since": "nx affected --target=lint",
"test:all": "nx run-many --target=test",
"test:since": "nx affected --target=test",
"test:coverage": "nx affected:test --all --coverage",
"test:coverage": "nx affected:test --all --coverage --no-cache",
"release": "yarn build:all && changeset publish",
"release:internal": "yarn build:all && yarn changeset && yarn changeset version --snapshot internal && yarn changeset publish --no-git-tag --snapshot --tag internal",
"postrelease": "git push --follow-tags"
Expand Down

0 comments on commit 0538607

Please sign in to comment.