We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd91d7f commit 6d89243Copy full SHA for 6d89243
package.json
@@ -40,7 +40,7 @@
40
"preversion": "git pull --rebase && yarn run test:ci",
41
"version": "yarn run version:write && yarn run compile && git add dist src/version.js",
42
"postversion": "git push --tags && yarn run version:changelog && git push && npm publish",
43
- "prepublish": "yarn run compile"
+ "prepare": "yarn compile"
44
},
45
"babel": {
46
"presets": [
0 commit comments