summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-03-10 13:54:43 +0300
committersyn <isaqtm@gmail.com>2021-03-10 13:54:43 +0300
commitde3e9c8476b48fd80a94612c534ffb04718dab5b (patch)
treea6938325eaaf2c87c4a8b0b0ddf427a570b1ca63
parentfed1685bde8fe5ca24cb9d248b2efd0eb6115d30 (diff)
downloadupnet-de3e9c8476b48fd80a94612c534ffb04718dab5b.tar.gz
actually we also need npm install
-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