Commit 3d2cffab authored by gongguan's avatar gongguan

解决mockServer中的node_modules包需要单独安装的问题

parent 299795fb
......@@ -16,7 +16,8 @@
},
"scripts": {
"start": "tsc",
"mock": "cd mockServer && npm start"
"mock": "cd mockServer && npm start",
"preinstall": "cd mockServer && yarn"
},
"config": {
"notNeedLogin": [
......
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