Skip to content

Commit 8525f21

Browse files
committed
prepare is the new prepublish
1 parent 3f08040 commit 8525f21

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

0 commit comments

Comments
 (0)