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