trufflesuite/truffle

View on GitHub
packages/core/lib/commands/publish/meta.js

Summary

Maintainability
A
1 hr
Test Coverage
module.exports = {
  command: "publish",
  description:
    "ethpm has moved on faster than truffle's integration. " +
    "\n                This feature has been broken for some time, so we've disabled it. " +
    "\n                Please refer to https://github.com/trufflesuite/truffle/discussions/5293",
  builder: {},
  help: {
    usage: "truffle publish has been removed",
    options: [],
    allowedGlobalOptions: []
  }
};