mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update npm-publish.ts (#7282)
This commit is contained in:
@@ -82,8 +82,8 @@ function changeRegistry(args: PublishArgs, project: string) {
|
|||||||
logger.info(`Change registry... `);
|
logger.info(`Change registry... `);
|
||||||
const folder = `${args.pathProject}/lib/dist/${project}`;
|
const folder = `${args.pathProject}/lib/dist/${project}`;
|
||||||
const content =
|
const content =
|
||||||
`strict-ssl=false
|
`strict-ssl=true
|
||||||
registry=http://${args.npmRegistry}
|
registry=https://${args.npmRegistry}
|
||||||
//${args.npmRegistry}/:_authToken="${args.tokenRegistry}"`;
|
//${args.npmRegistry}/:_authToken="${args.tokenRegistry}"`;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user