Commit 1b64ae16 authored by 前端-许佳敏's avatar 前端-许佳敏

调整cd

parent ba3d3627
......@@ -20,10 +20,12 @@ const pullRemoteCode = (done) => {
}
const installPackage = (done) => {
Log.start('start install package')
cmd.run('yarn', function(err) {
if (err) {
throw err
}
Log.stop()
runBuild(done)
})
}
......
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