mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update npm registry
This commit is contained in:
@@ -16,8 +16,8 @@ All the components are stored in our private repository, the address is http://5
|
||||
##### How to configure it:
|
||||
|
||||
```sh
|
||||
npm set registry http://52.51.231.43:4873
|
||||
npm adduser --registry http://52.51.231.43:4873
|
||||
npm set registry http://devproducts.alfresco.me:4873
|
||||
npm adduser --registry http://devproducts.alfresco.me:4873
|
||||
```
|
||||
|
||||
##### How to publish on it:
|
||||
@@ -27,7 +27,7 @@ ATTENTION: If you don't add the following lines, the package is published on the
|
||||
|
||||
```json
|
||||
"publishConfig": {
|
||||
"registry": "http://52.16.120.219:4873/"
|
||||
"registry": "http://devproducts.alfresco.me:4873/"
|
||||
}
|
||||
```
|
||||
- Then run the command below each time you want to publish a new version:
|
||||
|
Reference in New Issue
Block a user