Skip to content

Commit

Permalink
[mm-507]:fixed CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij-Katiyar committed Sep 22, 2022
1 parent c06da2a commit ba9dfb2
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 @@ -65,7 +65,7 @@ endif
## Ensures NPM dependencies are installed without having to run this all the time.
webapp/.npminstall:
ifneq ($(HAS_WEBAPP),)
cd webapp && $(NPM) install
cd webapp && $(NPM) install --verbose
touch $@
endif

Expand Down

0 comments on commit ba9dfb2

Please sign in to comment.