UNPKG

@lerna/publish

Version:

Publish packages in the current project

15 lines (14 loc) 346 B
var import_core = require("@lerna/core"); const command = { command: "list", aliases: ["ls", "la", "ll"], describe: "List local packages", builder(yargs) { (0, import_core.listableOptions)(yargs); return (0, import_core.filterOptions)(yargs); }, handler(argv) { return require(".")(argv); } }; module.exports = command;