Fix typo in Makefile (not running 'npm install')

This commit is contained in:
Ben Thorner
2021-02-26 17:54:43 +00:00
parent a2147e9c84
commit c5e528efa2

View File

@@ -25,7 +25,7 @@ VIRTUALENV_ROOT := $(shell [ -z $$VIRTUAL_ENV ] && echo $$(pwd)/venv || echo $$V
.PHONY: bootstrap
bootstrap: generate-version-file
pip3 install -r requirements_for_test.txt
npm install && npm rebuild node-sass npm run build
npm install && npm rebuild node-sass && npm run build
.PHONY: run-flask
run-flask: