UNPKG

@changesets/cli

Version:

A tool to manage versioning and changelogs with a focus on monorepos

10 lines (7 loc) 214 B
#!/usr/bin/env node if (globalThis.process?.getBuiltinModule) { const { enableCompileCache } = globalThis.process.getBuiltinModule("node:module"); enableCompileCache(); } await import("@changesets/cli");