forked from seth/ipv4.army
Update package.json scripts to use bunx for development and build processes
This commit is contained in:
parent
fb68a467c0
commit
4efdf07301
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue