mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Use npm ci as default package installation command
We don't want to generate new package.json and package-lock.json files unless we're explicitly updating new dependencies.
This commit is contained in:
parent
795e3c84fc
commit
a9ec7038de
2
Makefile
2
Makefile
@ -387,7 +387,7 @@ clean-ui:
|
||||
rm -rf $(UI_BUILD_FLAG_FILE)
|
||||
|
||||
awx/ui_next/node_modules:
|
||||
$(NPM_BIN) --prefix awx/ui_next --loglevel warn install
|
||||
$(NPM_BIN) --prefix awx/ui_next --loglevel warn ci
|
||||
|
||||
$(UI_BUILD_FLAG_FILE):
|
||||
$(NPM_BIN) --prefix awx/ui_next --loglevel warn run compile-strings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user