fix(core): update
This commit is contained in:
@ -76,7 +76,7 @@ const publish = async () => {
|
||||
|
||||
// -> configure registry url
|
||||
if (config.npmRegistryUrl) {
|
||||
npmAccessCliString = `--registry=${config.npmRegistryUrl}`;
|
||||
npmAccessCliString = `--registry=https://${config.npmRegistryUrl}`;
|
||||
} else {
|
||||
logger.log('error', `no registry url specified. Can't publish!`);
|
||||
process.exit(1);
|
||||
|
Reference in New Issue
Block a user