Kaynağa Gözat

fix: cross-env script

vben 2 yıl önce
ebeveyn
işleme
e285947716
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
   },
   "scripts": {
     "bootstrap": "pnpm install",
-    "build": "NODE_ENV=production pnpm vite build",
+    "build": "cross-env NODE_ENV=production pnpm vite build",
     "build:analyze": "pnpm vite build --mode analyze",
     "build:no-cache": "pnpm clean:cache && npm run build",
     "build:test": "pnpm vite build --mode test",