diff --git a/Makefile b/Makefile index 31e1777d..11d7fd91 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,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 + cd webapp && $(NPM) install --verbose touch $@ endif