We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b404c commit 188649aCopy full SHA for 188649a
lib/cli.js
@@ -23,7 +23,7 @@ module.exports = async (argvs) => {
23
const timer = elapsed.start();
24
const version = argv["release"] || "latest";
25
const targetDir = path.resolve(argv["_"][0] || "./");
26
- const override = checkFolder(targetDir, argv);
+ const override = await checkFolder(targetDir, argv);
27
if (!override) {
28
console.log(chalk.red("Aborted"));
29
return;
0 commit comments