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 8554263 commit 7a32c66Copy full SHA for 7a32c66
package.json
@@ -18,13 +18,13 @@
18
"scripts": {
19
"build": "lerna run build",
20
"clean": "git clean -fdx",
21
- "postinstall": "husky install",
22
"publish": "lerna publish from-git --yes",
23
"lint:check": "eslint",
24
"lint:fix": "eslint --fix",
25
"lint:staged": "npx lint-staged",
26
"test": "lerna run test",
27
- "version": "lerna version"
+ "version": "lerna version",
+ "prepare": "husky install"
28
},
29
"type": "module",
30
"workspaces": [
0 commit comments