2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-27 19:16:44 +00:00

fix namespace of frontend install command (#8662)

Fixes #8656
This commit is contained in:
Matthias Mair 2024-12-13 22:39:23 +01:00 committed by GitHub
parent 7bfd36f7cb
commit 57e7b8eed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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