mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
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…
Reference in New Issue
Block a user