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

Commit 74037ce

Browse files
misticevilebottnawi
authored andcommitted
chore: replace prepublish with prepare npm script (#66)
1 parent 52a4a4f commit 74037ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"commitmsg": "commitlint -e $GIT_PARAMS",
2020
"lint": "eslint --cache src test",
2121
"prebuild": "npm run clean",
22-
"prepublish": "npm run build",
22+
"prepare": "npm run build",
2323
"release": "standard-version",
2424
"security": "npm audit",
2525
"test": "jest",

0 commit comments

Comments
 (0)