Skip to content

Commit 14a07cf

Browse files
feat(codespaces): move setup commansd to updateContentCommand
1 parent 61d72f4 commit 14a07cf

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
@@ -11,7 +11,7 @@
1111
"ghcr.io/eitsupi/devcontainer-features/duckdb-cli:1": {}
1212
},
1313

14-
"postCreateCommand": "uv sync && uv run dbt deps && uv run python scripts/download_data.py --defaults && duckdb -c 'INSTALL ui FROM core_nightly;'",
14+
"updateContentCommand": "uv sync && uv run dbt deps && uv run python scripts/download_data.py --defaults && duckdb -c 'INSTALL ui FROM core_nightly;'",
1515

1616
"customizations": {
1717
"vscode": {

0 commit comments

Comments
 (0)