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 3f08040 commit 8525f21Copy full SHA for 8525f21
package.json
@@ -41,7 +41,7 @@
41
"preversion": "git pull --rebase && yarn run test:ci",
42
"version": "yarn run version:write && yarn run compile && git add dist src/version.js",
43
"postversion": "git push --tags && yarn run version:changelog && git push && npm publish",
44
- "prepublish": "yarn run compile"
+ "prepare": "yarn compile"
45
},
46
"babel": {
47
"presets": [
0 commit comments