From de3e9c8476b48fd80a94612c534ffb04718dab5b Mon Sep 17 00:00:00 2001 From: syn Date: Wed, 10 Mar 2021 13:54:43 +0300 Subject: actually we also need npm install --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 56eec24..147129c 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ all: @echo "all not allowed" release: venv - cd front && npm run release + cd front && npm install && npm run release venv: [ -d "upnet-env" ] || $(PYTHON) -m venv upnet-env -- cgit v1.2.1-18-gbd029