Skip to content

Commit

Permalink
change prepublishOnly to prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Feb 4, 2023
1 parent 69a87e3 commit 2d3b3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "npm run tsup -- --minify --dts",
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'",
"dev": "npm run tsup -- --watch",
"prepublishOnly": "npm run clean && npm run build",
"prepack": "npm run clean && npm run build",
"release": "release-it",
"test": "run-p build typecheck && vitest --run",
"tsup": "tsup src/index.ts src/cli.ts -d lib",
Expand Down

0 comments on commit 2d3b3c8

Please sign in to comment.