Skip to content

Commit d49bd84

Browse files
committed
chore: remove redundant prepack script
1 parent f78cc2d commit d49bd84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100
"lint:prettier": "prettier --check .",
101101
"lint:spelling": "cspell .",
102102
"lint:types": "tsc --noEmit",
103-
"prepack": "run-s -s clean build",
104-
"prepare": "husky; run-s -s build",
103+
"prepare": "husky; run-s -s clean build",
105104
"pretest:base": "run-s -s build:compile",
106105
"start": "node dist/cli/index.js",
107106
"test": "run-s -s test:runtime test:types",

0 commit comments

Comments
 (0)