semantic-release-yarn
Version:
semantic-release plugin to publish a npm package with yarn
6 lines (5 loc) • 303 B
TypeScript
import type { CommonContext } from "./definitions/context.js";
export declare function installYarnPluginIfNeeded(name: string, { cwd, env, logger, stdout, stderr }: CommonContext): Promise<boolean>;
export declare function getYarnPlugins({ cwd }: {
cwd: CommonContext["cwd"];
}): Promise<string[]>;