mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
Prevent npm install from running every time make ui-docker* is invoked
awx/ui/package.json is a normal file in the repo, not created by Make.
This commit is contained in:
2
Makefile
2
Makefile
@@ -572,7 +572,7 @@ languages: $(UI_DEPS_FLAG_FILE) check-po
|
|||||||
|
|
||||||
ui-deps: $(UI_DEPS_FLAG_FILE)
|
ui-deps: $(UI_DEPS_FLAG_FILE)
|
||||||
|
|
||||||
$(UI_DEPS_FLAG_FILE): awx/ui/package.json
|
$(UI_DEPS_FLAG_FILE):
|
||||||
$(NPM_BIN) --unsafe-perm --prefix awx/ui install awx/ui
|
$(NPM_BIN) --unsafe-perm --prefix awx/ui install awx/ui
|
||||||
touch $(UI_DEPS_FLAG_FILE)
|
touch $(UI_DEPS_FLAG_FILE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user