Merge pull request #12953 from mabashian/ui-makefile-force

Pass --force when installing ui deps to get around dependency resolution warnings
This commit is contained in:
Alex Corey 2022-09-26 16:30:51 -04:00 committed by GitHub
commit 84fa19f2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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