update: otp to redirect

This commit is contained in:
2019-02-01 15:31:32 +07:00
parent 2ad9968fd9
commit ed6efa59ef
5 changed files with 21 additions and 25 deletions

View File

@@ -7,5 +7,5 @@ fs.removeSync(path.normalize(`${__dirname}/../dist`));
require("./link-assets")();
// Spawn NPM synchronously
const result = spawn.sync('parcel', 'build public/index.parcel.html --log-level 4 --out-file index.html --detailed-report --no-source-maps'.split(" "), { stdio: 'inherit' });
const result = spawn.sync('parcel', 'build public/index.parcel.html --out-file index.html --detailed-report --no-source-maps'.split(" "), { stdio: 'inherit' });