diff options
author | syn <isaqtm@gmail.com> | 2021-03-10 13:54:43 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-03-10 13:54:43 +0300 |
commit | de3e9c8476b48fd80a94612c534ffb04718dab5b (patch) | |
tree | a6938325eaaf2c87c4a8b0b0ddf427a570b1ca63 /makefile | |
parent | fed1685bde8fe5ca24cb9d248b2efd0eb6115d30 (diff) | |
download | upnet-de3e9c8476b48fd80a94612c534ffb04718dab5b.tar.gz |
actually we also need npm install
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |