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:
Shane McDonald 2017-01-25 15:25:39 -05:00
parent ce6f4c9e0c
commit 790f30b3cd

View File

@ -572,7 +572,7 @@ languages: $(UI_DEPS_FLAG_FILE) check-po
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
touch $(UI_DEPS_FLAG_FILE)