Skip to content

Commit

Permalink
Merge pull request ansible#12953 from mabashian/ui-makefile-force
Browse files Browse the repository at this point in the history
Pass --force when installing ui deps to get around dependency resolution warnings
  • Loading branch information
AlexSCorey authored Sep 26, 2022
2 parents cdd2282 + c101619 commit 84fa19f
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 @@ -379,7 +379,7 @@ clean-ui:
rm -rf $(UI_BUILD_FLAG_FILE)

awx/ui/node_modules:
NODE_OPTIONS=--max-old-space-size=6144 $(NPM_BIN) --prefix awx/ui --loglevel warn ci
NODE_OPTIONS=--max-old-space-size=6144 $(NPM_BIN) --prefix awx/ui --loglevel warn --force ci

$(UI_BUILD_FLAG_FILE):
$(MAKE) awx/ui/node_modules
Expand Down

0 comments on commit 84fa19f

Please sign in to comment.