summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c59e3b9ea..b2c600f68 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,6 @@ endif
.PHONY: npm
npm:
ifneq (, $(npm))
- $(npm) ci
$(npm) run build
else
@echo "npm command not available, please install nodejs first"