Skip to content

Commit

Permalink
fix: add prepare script to build for npm (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesser authored Nov 7, 2024
1 parent 70be61d commit 3230b1c
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 @@ -18,7 +18,8 @@
"dev": "vite --host",
"build": "vite build && tsc --declaration --emitDeclarationOnly",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"prepare": "npm run build"
},
"peerDependencies": {
"react": "^18.3.1",
Expand Down

0 comments on commit 3230b1c

Please sign in to comment.