Skip to content

Commit 6d89243

Browse files
committed
prepare is the new prepublish
1 parent fd91d7f commit 6d89243

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
@@ -40,7 +40,7 @@
4040
"preversion": "git pull --rebase && yarn run test:ci",
4141
"version": "yarn run version:write && yarn run compile && git add dist src/version.js",
4242
"postversion": "git push --tags && yarn run version:changelog && git push && npm publish",
43-
"prepublish": "yarn run compile"
43+
"prepare": "yarn compile"
4444
},
4545
"babel": {
4646
"presets": [

0 commit comments

Comments
 (0)