Skip to content

Commit

Permalink
chore: add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Jul 16, 2024
1 parent 747612c commit 0ba1e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"check:fix": "biome check --write .",
"build": "tsup",
"build:clean": "npm run clean && npm run build",
"prepublishOnly": "npm run build:clean",
"pack": "npm pack",
"pack:clean": "rm -rf *.tgz && npm run pack",
"prebuild": "npm run type-check",
Expand Down

0 comments on commit 0ba1e64

Please sign in to comment.