From 4ec77d798c2f957d578b3a8bac8ab7c3f2133074 Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Sat, 8 Aug 2020 19:59:18 +0200 Subject: updated Makefile Signed-off-by: Jonathan Treffler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3