summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-08 19:59:18 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 20:17:31 +0100
commit4ec77d798c2f957d578b3a8bac8ab7c3f2133074 (patch)
treec91b46057a1ef4b763bae696e4279ba6bb619423
parent6f9d8e097fb5a23a30e49772cf57eef759d7ece3 (diff)
updated Makefile
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6392be30..5a2e03f1a 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ endif
.PHONY: npm
npm:
ifneq (, $(npm))
- cd js && $(npm) run build
+ $(npm) run build
else
@echo "npm command not available, please install nodejs first"
@exit 1