Skip to content

Commit

Permalink
chore: test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax authored Jan 9, 2024
1 parent 58cf65d commit f0060d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"build": "tsc && vite build",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint . --fix",
"test": "vitest",
"test": "vitest --run",
"test:watch": "vitest",
"test:coverage": "vitest --coverage",
"prepare": "husky install"
},
Expand Down

0 comments on commit f0060d6

Please sign in to comment.