chore(package): prepublish → prepublishOnly

This commit is contained in:
Julien Fontanet
2017-11-23 12:19:48 +01:00
parent bf45cdd2b8
commit 0c8f3ea824

View File

@@ -161,7 +161,7 @@
"lint-staged-unstash": "git stash pop && rm -f .lint-staged && true",
"posttest": "eslint --ignore-path .gitignore src/",
"precommit": "lint-staged",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"test": "jest"
},
"browserify": {