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 145eef5 commit a0a206dCopy full SHA for a0a206d
packages/core/package.json
@@ -29,7 +29,7 @@
29
"____pack____": "PACKAGING COMMANDS__",
30
"swc:sim:pack": "npm run build",
31
"vite:dist": "npm run build:js && vite build && npm run copy:root-files:dist",
32
- "prepare": "husky",
+ "prepare": "node -e \"if (process.env.NODE_ENV !== 'production' && !process.env.CI) require('husky').install()\"",
33
"precommit": "lint-staged",
34
"prepush": "npm run build && npm test",
35
"stryker": "npm i -g @stryker-mutator/core @stryker-mutator/jest-runner && stryker run"
0 commit comments