mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
don't update lock file by default
This commit is contained in:
parent
c0fc3a74ee
commit
7d5f6aa49d
2
Makefile
2
Makefile
@ -466,7 +466,7 @@ $(I18N_FLAG_FILE): $(UI_DEPS_FLAG_FILE)
|
||||
ui-deps: $(UI_DEPS_FLAG_FILE)
|
||||
|
||||
$(UI_DEPS_FLAG_FILE):
|
||||
$(NPM_BIN) --unsafe-perm --prefix awx/ui install awx/ui
|
||||
$(NPM_BIN) --unsafe-perm --prefix awx/ui install --no-save awx/ui
|
||||
touch $(UI_DEPS_FLAG_FILE)
|
||||
|
||||
ui-docker-machine: $(UI_DEPS_FLAG_FILE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user