npmPublishCommand
const npmPublishCommand: object;Defined in: modules/packages/core/multipublish/src/publish.ts:18
Type declaration
Section titled “Type declaration”bun: string = "bun publish";npm: string = "npm publish";pnpm: string = "pnpm publish";yarn: string = "yarn publish";