@stephansama packages / @stephansama/multipublish / publish / npmPublishCommand
Variable: npmPublishCommand
ts
const npmPublishCommand: object;Defined in: core/multipublish/src/publish.ts:18
Type Declaration
bun
ts
bun: string = "bun publish";npm
ts
npm: string = "npm publish";pnpm
ts
pnpm: string = "pnpm publish";yarn
ts
yarn: string = "yarn publish";