修改打包代码
Showing
... | ... | @@ -21,7 +21,7 @@ |
"web-vitals": "^1.0.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"start": "node server/bin/www", | ||
"build": "sh build.sh", | ||
"buildWeb": "react-scripts build", | ||
"test": "react-scripts test", | ||
... | ... |
Please register or sign in to comment