Skip to content

Commit d4ec5bf

Browse files
committed
Clean up postCreateCommand
1 parent a100dce commit d4ec5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.devcontainer/postCreateCommand.sh.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
curl -LsSf https://astral.sh/uv/install.sh | sh
77

88
# Install Dependencies
9-
uv sync --group dev
9+
uv sync --group dev # Also install dev dependencies
1010

11-
# Install prek pre-commit hooks
11+
# Install prek
1212
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.2/prek-installer.sh | sh
1313

1414
# Install pre-commit hooks

0 commit comments

Comments
 (0)