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 07bf836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"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",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
},
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/otterjs/csrf-csrf",
Expand Down

0 comments on commit 07bf836

Please sign in to comment.