Skip to content

Commit 7a542bc

Browse files
Simplyify postCreateCommand
1 parent 8c58a35 commit 7a542bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// Mount the parent as /workspaces so we can pip install peers as editable
5050
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind",
5151
// After the container is created, install the uv env
52-
"postCreateCommand": "uv venv --seed && uv sync --locked && pre-commit install"
52+
"postCreateCommand": "uv sync && pre-commit install"
5353
}

0 commit comments

Comments
 (0)