Update dependency update examples

There's no need to make a production build when updating dependencies,
just reiinstall
This commit is contained in:
Jake McDermott 2021-05-13 13:09:17 -04:00
parent cd7c85490b
commit 6f6d9e2f15
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -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