mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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(`${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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user