Skip to content

Commit

Permalink
npm install --verbose (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister authored Jun 3, 2022
1 parent fffb1d6 commit 48f19ec
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 @@ -78,7 +78,7 @@ endif
## Ensures NPM dependencies are installed without having to run this all the time.
webapp/node_modules: webapp/package.json
ifneq ($(HAS_WEBAPP),)
cd webapp && $(NPM) install
cd webapp && $(NPM) install --verbose
touch $@
endif

Expand Down

0 comments on commit 48f19ec

Please sign in to comment.