Skip to content

Commit

Permalink
fix: adds prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshnirmalya committed Oct 27, 2021
1 parent e38dc89 commit e734036
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 @@ -23,7 +23,8 @@
"precommit": "lint-staged",
"dev": "vite",
"build": "tsc && vite build && tsup",
"serve": "vite preview"
"serve": "vite preview",
"prepublishOnly": "yarn build"
},
"dependencies": {
"react": "^17.0.2",
Expand Down

0 comments on commit e734036

Please sign in to comment.