Commit 3d00f646 authored by 薛智杰's avatar 薛智杰

feat: 测试环境不用删包了

parent 48e8616f
......@@ -15,7 +15,6 @@ npm.load(() => {
if (process.env.NODE_ENV === 'production') {
npm.run("start");
} else {
npm.run("ii");
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