Fix build script by removing NODE_ENV setting

This commit is contained in:
wont-stream 2025-04-08 16:32:42 -04:00
parent 7fd41cd78c
commit 1bc2ae73f7

View file

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_ENV=production tsc -b && vite build",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {