Skip to content

Commit 83fb082

Browse files
committed
feat: log timing expectation at start of challenge install
1 parent 6277e7b commit 83fb082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli/commands/challenge/install.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export default class Install extends Command {
4242
const { args, flags } = await this.parse(Install);
4343
const dataPath = flags["pkcOptions.dataPath"] || defaults.PKC_DATA_PATH;
4444

45+
this.log("Installing challenge package — this may take a few minutes...");
46+
4547
// 1. Check npm is available
4648
await ensureNpmAvailable();
4749

0 commit comments

Comments
 (0)