mkdir recursive

This commit is contained in:
Tamius Han 2020-01-19 20:21:11 +01:00
parent d78a83c4e3
commit 65b9822e24

View File

@ -59,7 +59,7 @@ const main = () => {
const zipFilename = `${baseFilename}-${browser}.zip`;
makeDirIfNotExists(realZipDir);
makeDirIfNotExists(realZipDir, {recursive: true});
buildZip(DEST_DIR, realZipDir, zipFilename)
.then(() => console.info('OK'))