Skip to content

Commit

Permalink
fix: use prepublishOnly name
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Nov 10, 2019
1 parent d0d95d4 commit b227339
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 @@
],
"scripts": {
"test": "echo \"There are no tests :(\"",
"release": "ncc build -o dist index.js && git add -f dist"
"prepublishOnly": "ncc build -o dist index.js && git add -f dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b227339

Please sign in to comment.