Skip to content

Commit

Permalink
fix(package.json): fix "test" script
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jun 20, 2022
1 parent 7a73ace commit 5214a52
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 @@ -15,7 +15,7 @@
"scripts": {
"prepare": "husky install",
"build": "pkgroll",
"test": "rm -rf dist && npx pkgroll && vitest run",
"test": "rm -rf dist && pnpm build && vitest run",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"cz": "cz",
Expand Down

0 comments on commit 5214a52

Please sign in to comment.