Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Mar 6, 2024
1 parent c257126 commit 7a76f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"task": "yarn --cwd ../scripts task",
"test": "NODE_OPTIONS=--max_old_space_size=4096 vitest run",
"test:watch": "NODE_OPTIONS=--max_old_space_size=4096 vitest watch",
"test:affected": "NODE_OPTIONS=--max_old_space_size=4096 nx show projects --affected -t test | xargs -I # echo --project # | xargs yarn vitest run"
"test:affected": "nx show projects --affected -t test | xargs -I # echo --project # | xargs yarn test"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 7a76f2a

Please sign in to comment.