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 a0a206d commit b844390Copy full SHA for b844390
packages/core/package.json
@@ -29,9 +29,6 @@
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": "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"
36
},
37
"license": "MIT",
0 commit comments