Skip to content

Commit

Permalink
npm install --verbose to avoid CircleCI timeout (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Jun 8, 2022
1 parent 59a49c9 commit d8b8cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit d8b8cba

Please sign in to comment.