This commit is contained in:
Rich Harris
2018-01-14 12:22:41 -05:00
committed by GitHub
parent 304c06085e
commit d6dda371ca

View File

@@ -79,7 +79,7 @@ function run(env) {
if (env === 'production') {
const cli = path.resolve(__dirname, '../../cli/index.js');
exec_promise = exec(`${cli} build`).then(() => exec(`${cli} extract));
exec_promise = exec(`${cli} build`).then(() => exec(`${cli} extract`));
}
return exec_promise.then(() => {