summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-08 19:59:18 +0200
committerJonathan Treffler <mail@jonathan-treffler.de>2020-08-08 20:43:56 +0200
commitb8d921f8a04d6ab53184cfa758b859c52b86f310 (patch)
treefcaa4be897f8958e8707658d41e4695564a3b44b
parentc706c18adc3b5eb779f94fc7b181fc54f5def55c (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 c25161d70..e45ff4274 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,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