Skip to content

Commit

Permalink
fix: package build script
Browse files Browse the repository at this point in the history
  • Loading branch information
deepkolos committed Mar 11, 2024
1 parent a3fdb25 commit 26fa0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build-lib": "vite build -c vite.lib.ts",
"build-example": "vite build",
"build": "vite build",
"preview": "vite preview",
"prepublish": "pnpm build-lib"
},
Expand Down

0 comments on commit 26fa0fb

Please sign in to comment.