Skip to content

Commit de24ea2

Browse files
committed
Don't run build when doing install
1 parent b3ae310 commit de24ea2

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
@@ -20,8 +20,7 @@
2020
"build": "npm run clean && tsc -d --emitDeclarationOnly --outDir dist && node build.js",
2121
"test": "vitest run --coverage",
2222
"prepublishOnly": "npm run build",
23-
"clean": "rm -rf dist",
24-
"prepare": "npm run build"
23+
"clean": "rm -rf dist"
2524
},
2625
"author": "Mark Probst <[email protected]>",
2726
"license": "MIT",

0 commit comments

Comments
 (0)