mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Update README.md
This commit is contained in:
parent
554e4d45aa
commit
1b09a0230d
@ -67,6 +67,15 @@ npm install --prefix awx/ui --save prod-package@1.23
|
||||
git add awx/ui/package.json awx/ui/package-lock.json
|
||||
```
|
||||
|
||||
## Removing dependencies
|
||||
```shell
|
||||
# remove a development or build dependency
|
||||
npm uninstall --prefix awx/ui --save-dev dev-package
|
||||
|
||||
# remove a production dependency
|
||||
npm uninstall --prefix awx/ui --save prod-package
|
||||
```
|
||||
|
||||
## Building for Production
|
||||
```shell
|
||||
# built files are placed in awx/ui/static
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user