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", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "bunx --bun vite",
"build": "bunx --bun tsc -b && vite build", "build": "bunx --bun tsc -b && bunx --bun vite build",
"preview": "vite preview" "preview": "bunx --bun vite preview"
}, },
"dependencies": { "dependencies": {
"halfmoon": "^2.0.2", "halfmoon": "^2.0.2",