mkdir recursive
This commit is contained in:
parent
d78a83c4e3
commit
65b9822e24
@ -59,7 +59,7 @@ const main = () => {
|
|||||||
|
|
||||||
const zipFilename = `${baseFilename}-${browser}.zip`;
|
const zipFilename = `${baseFilename}-${browser}.zip`;
|
||||||
|
|
||||||
makeDirIfNotExists(realZipDir);
|
makeDirIfNotExists(realZipDir, {recursive: true});
|
||||||
|
|
||||||
buildZip(DEST_DIR, realZipDir, zipFilename)
|
buildZip(DEST_DIR, realZipDir, zipFilename)
|
||||||
.then(() => console.info('OK'))
|
.then(() => console.info('OK'))
|
||||||
|
Loading…
Reference in New Issue
Block a user