@stephansama packages / @stephansama/multipublish / publish / jsrPublishCommand
Variable: jsrPublishCommand
ts
const jsrPublishCommand: object;Defined in: core/multipublish/src/publish.ts:25
Type Declaration
bun
ts
bun: string = "bunx publish";deno
ts
deno: string = "deno publish";npm
ts
npm: string = "npx jsr publish";pnpm
ts
pnpm: string = "pnpm dlx jsr publish";yarn
ts
yarn: string = "yarn dlx jsr publish";