Commit 724b74d1 authored by rockyl's avatar rockyl

修改compile:单次编译项目,dev:实时编译项目,build:发布构建项目

parent e01e526f
......@@ -2,7 +2,7 @@ const program = require('commander');
const {exit, executeBuildProcess, updateProjectConfig} = require('./tools');
program
.option('-u, --upload-auto', 'Auto upload after publish success', false)
.option('-u, --upload-auto', 'Auto upload after build success', false)
.parse(process.argv);
async function execute() {
......
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