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 1737ab5 commit 3ad13d2Copy full SHA for 3ad13d2
package.json
@@ -25,10 +25,10 @@
25
"build": "lerna run build",
26
"lint": "eslint --ignore-path .gitignore --fix",
27
"lint-all": "yarn run lint --ext .js,.jsx,.vue .",
28
- "prepare": "husky install && yarn run build",
+ "prepare": "husky install",
29
"pre-commit": "lint-staged",
30
"commit-msg": "npx --no-install commitlint --edit \"$1\"",
31
- "publish": "lerna publish",
+ "publish": "lerna run build && lerna publish",
32
"publish-prerelease": "yarn run publish --conventional-prerelease",
33
"publish-graduate": "yarn run publish --conventional-graduate"
34
},
0 commit comments