Skip to content

Commit c95d467

Browse files
committed
testing prepack
1 parent 2d3b3c8 commit c95d467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "npm run tsup -- --minify --dts",
88
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'",
99
"dev": "npm run tsup -- --watch",
10-
"prepack": "npm run clean && npm run build",
10+
"prepack": "echo prepack && npm run clean && npm run build",
1111
"release": "release-it",
1212
"test": "run-p build typecheck && vitest --run",
1313
"tsup": "tsup src/index.ts src/cli.ts -d lib",

0 commit comments

Comments
 (0)