Skip to content

Commit c334a0b

Browse files
CopilotKSXGitHub
andcommitted
Replace comments with stderr echo messages in post-create.sh
Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com>
1 parent 4c34bf2 commit c334a0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/post-create.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
# Install Python dependencies
4+
echo "Installing Python dependencies..." >&2
55
pip install toml
66

7-
# Install pnpm and project Node dependencies
7+
echo "Installing pnpm and project Node dependencies..." >&2
88
npm install -g pnpm
99
(cd ci/github-actions && pnpm install)
1010

11-
# Install hyperfine via Cargo
11+
echo "Installing hyperfine via Cargo..." >&2
1212
cargo install hyperfine

0 commit comments

Comments
 (0)