Skip to content

Commit

Permalink
fix: pack is only available with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Oct 5, 2024
1 parent 6110908 commit 7f60c28
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 @@ -10,7 +10,7 @@
"clean": "shx rm -rf dist",
"lint": "eslint --fix --color src/**/*.ts",
"prettier": "prettier --write src/**/*.ts",
"prepublishOnly": "pnpm run build && pnpm pack --dry-run",
"prepublishOnly": "pnpm run build && npm pack --dry-run",
"prepare": "husky install"
},
"keywords": [
Expand Down

0 comments on commit 7f60c28

Please sign in to comment.