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