mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-29 14:28:31 -04:00
code review feedback
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,9 +17,7 @@ NVMSH := $(shell [ -f "$(HOME)/.nvm/nvm.sh" ] && echo "$(HOME)/.nvm/nvm.sh" || e
|
||||
.PHONY: bootstrap
|
||||
bootstrap: ## Set up everything to run the app
|
||||
make generate-version-file
|
||||
rm poetry.lock
|
||||
poetry lock
|
||||
poetry install --sync --no-root
|
||||
poetry sync --no-root
|
||||
poetry run playwright install --with-deps
|
||||
poetry run pre-commit install
|
||||
source $(NVMSH) --no-use && nvm install && npm install
|
||||
|
||||
Reference in New Issue
Block a user