mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
Remove dotenv plugin line from other bootstrap command
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
1
Makefile
1
Makefile
@@ -28,7 +28,6 @@ bootstrap: ## Set up everything to run the app
|
|||||||
.PHONY: bootstrap-with-git-hooks
|
.PHONY: bootstrap-with-git-hooks
|
||||||
bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks
|
bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks
|
||||||
make generate-version-file
|
make generate-version-file
|
||||||
poetry self add poetry-dotenv-plugin
|
|
||||||
poetry lock --no-update
|
poetry lock --no-update
|
||||||
poetry install --sync --no-root
|
poetry install --sync --no-root
|
||||||
poetry run playwright install --with-deps
|
poetry run playwright install --with-deps
|
||||||
|
|||||||
Reference in New Issue
Block a user