Skip to content

Commit 7090317

Browse files
committed
feat: trigger publish again
1 parent 1f0d63c commit 7090317

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ const { outputFolder } = await inquirer.prompt<{
5656
});
5757

5858
fs.mkdirSync(path.resolve(process.cwd(), outputFolder), { recursive: true });
59+
5960
fs.mkdirSync(path.resolve(process.cwd(), outputFolder, "images"), {
6061
recursive: true,
6162
});
63+
6264
fs.mkdirSync(path.resolve(process.cwd(), outputFolder, "output"), {
6365
recursive: true,
6466
});

0 commit comments

Comments
 (0)