防止 npm start 时检测到 warning 退出进程

This commit is contained in:
liangtongchuan
2020-08-28 11:08:38 +08:00
parent c53db8634d
commit e5d8f19e8a

View File

@@ -8,7 +8,7 @@
"declarations": true
},
"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",
"dev": "egg-bin dev",
"debug": "egg-bin debug",