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",