diff --git a/Makefile b/Makefile index b15dca3a..a0b6e73c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ all: build build: $(TARGET) client/node_modules: client/package.json client/package-lock.json - npm --prefix client install + npm --prefix client ci touch client/node_modules $(STATIC): $(JSFILES) client/node_modules