Before 11 ماه پیش
والد
کامیت
3c737764b6
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      package.json

+ 2 - 3
package.json

@@ -4,11 +4,10 @@
   "private": true,
   "scripts": {
     "dev": "next dev",
-    "build": "next build && npm run move",
+    "build": "next build",
     "start": "next start",
     "lint": "next lint",
-    "preinstall": "npx only-allow pnpm",
-    "move": "xcopy /e /i .next\\static .next\\standalone\\.next\\static"
+    "preinstall": "npx only-allow pnpm"
   },
   "dependencies": {
     "@nextui-org/react": "^2.4.2",