mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
typo
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user