UNPKG

@lerna/publish

Version:

Publish packages in the current project

9 lines (8 loc) 191 B
const command = { command: "info", describe: "Prints debugging information about the local environment", handler(argv) { return require(".")(argv); } }; module.exports = command;