防止 npm start 时检测到 warning 退出进程
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"declarations": true
|
"declarations": true
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "egg-scripts start --daemon --title=egg-server-zyz",
|
"start": "egg-scripts start --daemon --title=egg-server-zyz --ignore-stderr",
|
||||||
"stop": "egg-scripts stop --title=egg-server-zyz",
|
"stop": "egg-scripts stop --title=egg-server-zyz",
|
||||||
"dev": "egg-bin dev",
|
"dev": "egg-bin dev",
|
||||||
"debug": "egg-bin debug",
|
"debug": "egg-bin debug",
|
||||||
|
|||||||
Reference in New Issue
Block a user