summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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