Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 43ffa48

Browse files
fix(package): use prepare instead of prepublish for release
1 parent 44b77e3 commit 43ffa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clean": "del-cli dist",
2222
"lint": "eslint --cache src test",
2323
"lint-staged": "lint-staged",
24-
"prepublish": "npm run build",
24+
"prepare": "npm run build",
2525
"release": "standard-version",
2626
"security": "nsp check",
2727
"travis:lint": "npm run lint && npm run security",

0 commit comments

Comments
 (0)