Skip to content

Commit

Permalink
add prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Apr 16, 2023
1 parent 51eb6ab commit bfc522b
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 @@ -6,7 +6,8 @@
"module": "./dist/index.module.js",
"scripts": {
"build": "rollup -c ./scripts/build.mjs",
"prepare": "husky install"
"prepare": "husky install",
"prepublishOnly": "pnpm build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bfc522b

Please sign in to comment.