fix
This commit is contained in:
parent
62ea85b44c
commit
d68c53d318
|
|
@ -112,6 +112,8 @@ if (build_all) {
|
|||
dir.data(`static-temp`),
|
||||
];
|
||||
|
||||
console.log(args);
|
||||
|
||||
let build_static =
|
||||
process.argv[process.argv.length - 1] === "public" ? false : true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue