Skip to content

Commit

Permalink
[tools] Rename prepublish script to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch committed Oct 31, 2017
1 parent 8a7601c commit 75d5010
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 @@ -21,7 +21,7 @@
"init": "bash ./scripts/init.sh",
"lint": "bash ./scripts/lint.sh",
"log": "bash ./scripts/log.sh",
"prepublish": "bash ./scripts/prepublish.sh",
"prepublishOnly": "bash ./scripts/prepublish.sh",
"postpublish": "bash ./scripts/postpublish.sh",
"test": "bash ./scripts/test.sh",
"watch": "bash ./scripts/watch.sh"
Expand Down

0 comments on commit 75d5010

Please sign in to comment.