|
@@ -8,7 +8,7 @@
|
|
|
"scripts": {
|
|
|
"dev": "next dev",
|
|
|
"build": "next build",
|
|
|
- "start": "cp -r .next/static .next/standalone/.next/static && cp -r public .next/standalone/public && cross-env PORT=$npm_config_port HOSTNAME=$npm_config_host node .next/standalone/server.js",
|
|
|
+ "start": "xcopy .next\\static .next\\standalone\\.next\\static /E /I && xcopy public .next\\standalone\\public /E /I && cross-env PORT=$npm_config_port HOSTNAME=$npm_config_host node .next\\standalone\\server.js",
|
|
|
"lint": "next lint",
|
|
|
"fix": "next lint --fix",
|
|
|
"eslint-fix": "eslint --fix",
|