Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
chore: replace prepublish with prepare npm script (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and evilebottnawi committed Apr 17, 2019
1 parent 52a4a4f commit 74037ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"commitmsg": "commitlint -e $GIT_PARAMS",
"lint": "eslint --cache src test",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "standard-version",
"security": "npm audit",
"test": "jest",
Expand Down

0 comments on commit 74037ce

Please sign in to comment.