Skip to content

Commit

Permalink
Expand devcontainer postCreateCommand with more setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Sep 27, 2023
1 parent d4d1d96 commit f0d30e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

// "forwardPorts": [],

"postCreateCommand": "python3 -m pip install -r requirements.txt"
"postCreateCommand": "python3 -m pip install -r requirements.txt && pre-commit install && dbt deps"
}

0 comments on commit f0d30e5

Please sign in to comment.