Skip to content

Commit

Permalink
chore: run vitest with --run in prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 6, 2024
1 parent 17bf9a7 commit 1131b22
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 @@ -31,7 +31,7 @@
],
"scripts": {
"lint": "standard",
"prepublishOnly": "npm run test",
"prepublishOnly": "vitest --run",
"posttest": "npm run lint",
"test": "vitest",
"serve": "vite",
Expand Down

0 comments on commit 1131b22

Please sign in to comment.