1
0
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:
Jake McDermott 2018-11-20 20:54:21 -05:00
parent 554e4d45aa
commit 1b09a0230d
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

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