mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-24 01:11:15 -04:00
Merge pull request #4049 from alphagov/fix-dev-assets-again
Fix static assets in development (again)
This commit is contained in:
3
Makefile
3
Makefile
@@ -25,7 +25,8 @@ VIRTUALENV_ROOT := $(shell [ -z $$VIRTUAL_ENV ] && echo $$(pwd)/venv || echo $$V
|
||||
.PHONY: bootstrap
|
||||
bootstrap: generate-version-file ## Set up everything to run the app
|
||||
pip3 install -r requirements_for_test.txt
|
||||
npm install && NOTIFY_ENVIRONMENT=development npm run build
|
||||
npm install
|
||||
. environment.sh; npm run build
|
||||
|
||||
.PHONY: run-flask
|
||||
run-flask: ## Run flask
|
||||
|
||||
Reference in New Issue
Block a user