Поправки сборщика
This commit is contained in:
@@ -14,6 +14,7 @@ const tempDownloadDir = `${distDir}/tmp/download`;
|
||||
async function main() {
|
||||
// перемещаем public на место
|
||||
await fs.emptyDir(outDir);
|
||||
await fs.ensureDir(publicDir); // чтобы не ругался в postinstall
|
||||
await fs.move(publicDir, `${outDir}/public`);
|
||||
|
||||
await fs.ensureDir(tempDownloadDir);
|
||||
|
||||
Reference in New Issue
Block a user