Commit 51da4650 authored by 薛智杰's avatar 薛智杰

Merge branch 'feature/qa' into 'master'

feat: 测试环境不用删包了

See merge request !83
parents 48e8616f 3d00f646
...@@ -15,7 +15,6 @@ npm.load(() => { ...@@ -15,7 +15,6 @@ npm.load(() => {
if (process.env.NODE_ENV === 'production') { if (process.env.NODE_ENV === 'production') {
npm.run("start"); npm.run("start");
} else { } else {
npm.run("ii");
npm.run("test"); npm.run("test");
} }
}); });
......
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