mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Npm publish the dist folder
This commit is contained in:
@@ -71,7 +71,7 @@ function _npmPublish(args: PublishArgs, project: string, logger: logging.Logger)
|
|||||||
options.push('-tag');
|
options.push('-tag');
|
||||||
options.push(`${args.tag}`);
|
options.push(`${args.tag}`);
|
||||||
}
|
}
|
||||||
const response = _exec('npm', options, {cwd: path.resolve(`${args.pathProject}/lib/${project}`)}, logger);
|
const response = _exec('npm', options, {cwd: path.resolve(`${args.pathProject}/lib/dist/${project}`)}, logger);
|
||||||
logger.info(response);
|
logger.info(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user