Fix spaces in previous commit
This commit is contained in:
parent
fe36bef1d6
commit
79064ecbc1
4
vendor/framework7-react/build/build.js
vendored
4
vendor/framework7-react/build/build.js
vendored
|
@ -31,8 +31,8 @@ rm('./www/', (removeErr) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(chalk.cyan('Build complete.\n'));
|
console.log(chalk.cyan('Build complete.\n'));
|
||||||
|
|
||||||
if (env == 'development')
|
if (env == 'development')
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue