Commit cdc6f218 authored by 薛智杰's avatar 薛智杰

Merge branch 'feature/qa' into 'master'

feat: 测试环境不用删包了

See merge request !89
parents f2cf7cd8 2a681eb7
...@@ -16,7 +16,6 @@ npm.load(() => { ...@@ -16,7 +16,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