UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

6 lines 306 B
import { mapFailureFn } from "../result/result.js"; import { yarn } from "./yarn.js"; export async function yarnSetVersionStable(project) { return yarn(project, "set", "version", "stable").then(mapFailureFn(() => ({ type: "yarn-set-version-failed" }))); } //# sourceMappingURL=set-version-stable.js.map