fix script

This commit is contained in:
Eugenio Romano
2019-11-29 15:55:41 +00:00
parent 3d27323f5f
commit e8477840b5
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ async function npmPublish(args: PublishArgs, project: string) {
removeNPMRC(args, project);
}
await sleep(120000);
await sleep(30000);
} else {
logger.info(`@alfresco/adf-${project}@${version} already exist`);