Update build.js

This commit is contained in:
Stripes
2022-10-27 11:52:33 +03:00
committed by GitHub
parent cfb11fc281
commit 0b8b279041
+1 -1
View File
@@ -49,7 +49,7 @@ getCached().then(cached => {
}
})
const dir = './out';
const dir = config['build-dir']
if (!fs.existsSync(dir)) fs.mkdirSync(dir)