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 f78cc2d commit d49bd84Copy full SHA for d49bd84
package.json
@@ -100,8 +100,7 @@
100
"lint:prettier": "prettier --check .",
101
"lint:spelling": "cspell .",
102
"lint:types": "tsc --noEmit",
103
- "prepack": "run-s -s clean build",
104
- "prepare": "husky; run-s -s build",
+ "prepare": "husky; run-s -s clean build",
105
"pretest:base": "run-s -s build:compile",
106
"start": "node dist/cli/index.js",
107
"test": "run-s -s test:runtime test:types",
0 commit comments