Skip to content

Commit

Permalink
vitest -> vitest run to prevent watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jan 31, 2024
1 parent fcb03a6 commit ba456a8
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 @@ -66,7 +66,7 @@
"prepare": "npm run build",
"release": "np --no-yarn --no-2fa",
"pretest": "del-cli test/generated",
"test": "vitest",
"test": "vitest run",
"type-check": "tsc -p ."
},
"repository": {
Expand Down

0 comments on commit ba456a8

Please sign in to comment.