Skip to content

Commit

Permalink
Add --verbose flag to npm install (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister authored Aug 10, 2022
1 parent 75bcaa1 commit 287bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
cd webapp && $(NPM) install --verbose
touch $@
endif

Expand Down

0 comments on commit 287bdc8

Please sign in to comment.