Skip to content

Commit

Permalink
Add --skip-nx-cache when running "yarn test" (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Oct 31, 2023
1 parent 177ff2b commit a9f262d
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 @@ -12,7 +12,7 @@
"build-affected": "nx affected --target=build",
"build": "nx run-many -t build --all",
"lint": "nx run-many -t lint --all --exclude zui-player",
"test": "nx run-many -t test --all --exclude zui-player",
"test": "nx run-many -t test --all --exclude zui-player --skip-nx-cache",
"start": "nx start zui",
"e2e": "NODE_ENV=production nx test zui-player"
},
Expand Down

0 comments on commit a9f262d

Please sign in to comment.