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