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 27e1b1c commit 9f3f43dCopy full SHA for 9f3f43d
generate-local.js
@@ -18,7 +18,7 @@ const exit = function exit() {
18
}
19
20
const runCmd = async (cmd, path) => {
21
- console.log(chalk.underline(`Running '${chalk.green(cmd)}'`))
+ console.log(chalk.underline(`Running '${chalk.green(cmd)}' in ${path}`))
22
const executedCmd = await execa(cmd, { cwd: path, shell: true })
23
24
if (executedCmd.failed) {
0 commit comments