Skip to content

Commit

Permalink
fix: fix test script - add npx before pkgroll
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Jun 20, 2022
1 parent 62bc1ad commit 7a73ace
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 && pkgroll && vitest run",
"test": "rm -rf dist && npx pkgroll && vitest run",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"cz": "cz",
Expand Down

0 comments on commit 7a73ace

Please sign in to comment.