From c5e528efa227c35b2807c232695aac9e92f5b280 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Fri, 26 Feb 2021 17:54:43 +0000 Subject: [PATCH] Fix typo in Makefile (not running 'npm install') --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c7c7f485..8214c478c 100644 --- a/Makefile +++ b/Makefile @@ -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: