Skip to content

Commit

Permalink
Add prepublishOnly npm script
Browse files Browse the repository at this point in the history
Relates to #92
  • Loading branch information
kingjan1999 committed Jan 17, 2023
1 parent b721853 commit 13e0345
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 @@ -17,7 +17,8 @@
"type-check:watch": "npm run type-check -- --watch",
"build": "tsup lib/index.ts --format cjs,esm --dts --clean",
"deploy2npm": "npm run build && npm publish",
"test": "jest --watch"
"test": "jest --watch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 13e0345

Please sign in to comment.