Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b90a71

Browse files
fix(package): use prepare instead of prepublish for release
1 parent 54a4a66 commit 0b90a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint --cache src test",
1717
"lint-staged": "lint-staged",
1818
"prebuild": "npm run clean",
19-
"prepublish": "npm run build",
19+
"prepare": "npm run build",
2020
"release": "standard-version",
2121
"security": "nsp check",
2222
"test": "jest",

0 commit comments

Comments
 (0)