You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If the npm publish plugin is used and has `npmPublish`, `tarballDir` or `pkgRoot` configured, validate them now in order to prevent any release if the configuration is wrong
18
22
if(context.options.publish){
19
23
constpublishPlugin=
@@ -39,7 +43,7 @@ async function verifyConditions(pluginConfig, context) {
0 commit comments