UNPKG

@speedy-js/mono

Version:

Monorepo development & continuous integration tooling.

18 lines 515 B
import { PatchNS } from './types'; /** * Remove duplicate gitHead field when "lerna publish" fails. * * @param {String} path * @returns {void} */ export declare function removeGitHead(path: string): void; /** * Enter a interactive cli to know the current situation of `lerna publish`. * * @param {String} cwd * @param {String} version * @param {String} tag * @returns {Promise<void>} */ export declare function patch(options: PatchNS.IOptions): Promise<void | never>; //# sourceMappingURL=patch.d.ts.map