mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Update dependency update examples
There's no need to make a production build when updating dependencies, just reiinstall
This commit is contained in:
parent
cd7c85490b
commit
6f6d9e2f15
@ -72,7 +72,7 @@ container to ensure consistency.
|
||||
docker exec -it tools_awx_1 bash
|
||||
|
||||
# start with a fresh install of the current dependencies
|
||||
(tools_awx_1)$ make clean-ui && make ui-devel
|
||||
(tools_awx_1)$ make clean-ui && npm --prefix=awx/ui_next ci
|
||||
|
||||
# add an exact development dependency
|
||||
(tools_awx_1)$ npm --prefix awx/ui_next install --save-dev --save-exact dev-package@1.2.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user