mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -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:
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
|
||||
|
||||
Reference in New Issue
Block a user