Before vor 11 Monaten
Ursprung
Commit
3c737764b6
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  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",