Skip to content

Commit

Permalink
fix namespace of frontend install command (#8662)
Browse files Browse the repository at this point in the history
Fixes #8656
  • Loading branch information
matmair authored Dec 13, 2024
1 parent 7bfd36f commit 57e7b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ invoke update -s
invoke dev.setup-dev

# Install required frontend packages
invoke dev.frontend-install
invoke int.frontend-install

# remove existing gitconfig created by "Avoiding Dubious Ownership" step
# so that it gets copied from host to the container to have your global
Expand Down

0 comments on commit 57e7b8e

Please sign in to comment.