Skip to content

Commit

Permalink
Use bun for vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Feb 23, 2024
1 parent a88784a commit 6ae68fc
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 @@ -32,7 +32,7 @@
},
"scripts": {
"start": "bunx --bun vite",
"build": "vite build",
"build": "bunx --bun vite build",
"typecheck": "tsc -p ./tsconfig.json --noEmit",
"lint-fix": "biome check . --apply",
"check": "biome ci .",
Expand Down

0 comments on commit 6ae68fc

Please sign in to comment.