diff --git a/Makefile b/Makefile index 856a84456..128853f45 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif ## Ensures NPM dependencies are installed without having to run this all the time. webapp/node_modules: $(wildcard webapp/package.json) ifneq ($(HAS_WEBAPP),) - cd webapp && $(NPM) install --verbose + cd webapp && $(NPM) install touch $@ endif