Update package.json scripts to use bunx for development and build processes

This commit is contained in:
wont-stream 2025-04-08 16:36:42 -04:00
parent fb68a467c0
commit 4efdf07301

View file

@ -4,9 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "bunx --bun tsc -b && vite build",
"preview": "vite preview"
"dev": "bunx --bun vite",
"build": "bunx --bun tsc -b && bunx --bun vite build",
"preview": "bunx --bun vite preview"
},
"dependencies": {
"halfmoon": "^2.0.2",