Commit d19eb1a1 authored by 姚广胤's avatar 姚广胤

调整web 运行

parent bca39510
......@@ -10,7 +10,7 @@
}
],
"scripts": {
"web": "cd ../web && npm run dev",
"web": "cd web && npm run dev",
"install": "cd web && yarn install && cd ../server && yarn install",
"dev": "cd web && npm run build && cd ../server && npm run dev",
"prod": "cd web && npm run build && cd ../server && npm run prod"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment