update: otp to redirect
This commit is contained in:
@@ -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' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user