Commit 9e627b15 authored by 叶飞's avatar 叶飞

add:list

parent 44d49427
...@@ -75,9 +75,9 @@ async function release() { ...@@ -75,9 +75,9 @@ async function release() {
logStep('build'); logStep('build');
try { try {
await exec('npm', ['run', 'build']); await exec('npm', ['run', 'build']);
} catch(error => { } catch(error) {
console.log(error) console.log(error)
}) }
} else { } else {
logStep('build is skipped, since args.skipBuild is supplied'); logStep('build is skipped, since args.skipBuild is supplied');
......
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