summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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