We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0d63c commit 7090317Copy full SHA for 7090317
src/index.ts
@@ -56,9 +56,11 @@ const { outputFolder } = await inquirer.prompt<{
56
});
57
58
fs.mkdirSync(path.resolve(process.cwd(), outputFolder), { recursive: true });
59
+
60
fs.mkdirSync(path.resolve(process.cwd(), outputFolder, "images"), {
61
recursive: true,
62
63
64
fs.mkdirSync(path.resolve(process.cwd(), outputFolder, "output"), {
65
66
0 commit comments