mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Npm publish the dist folder
This commit is contained in:
parent
711a461f8b
commit
1c37fdab81
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user