Skip to content

Commit 9f3f43d

Browse files
committed
Print out the directory with commands
1 parent 27e1b1c commit 9f3f43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const exit = function exit() {
1818
}
1919

2020
const runCmd = async (cmd, path) => {
21-
console.log(chalk.underline(`Running '${chalk.green(cmd)}'`))
21+
console.log(chalk.underline(`Running '${chalk.green(cmd)}' in ${path}`))
2222
const executedCmd = await execa(cmd, { cwd: path, shell: true })
2323

2424
if (executedCmd.failed) {

0 commit comments

Comments
 (0)