Skip to content

Commit

Permalink
Add prepare script to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahmialkautsar committed Sep 27, 2023
1 parent 52dfe5f commit dbae2ec
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 @@ -33,6 +33,7 @@
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"precommit": "lint-staged",
"prepare": "npm run build",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"test": "",
Expand Down

0 comments on commit dbae2ec

Please sign in to comment.