Skip to content

Commit

Permalink
changing publish script to pre publish only
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed May 9, 2022
1 parent 655d67f commit 1c15baa
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 @@ -43,7 +43,7 @@
"release:patch": "npm version patch",
"release:minor": "npm version minor",
"release:major": "npm version major",
"publish": "npm run build && release patch"
"prepublishOnly": "npm run build && release patch"
},
"dependencies": {
"pilasweb": "^0.5.0"
Expand Down

0 comments on commit 1c15baa

Please sign in to comment.