commands.sh

bun publish

all

Publish a package to the npm registry.

More info →

Examples (8)

Publish the current package to the npm registry

Publish a package from a specific directory

bun publish path/to/package_directory

Publish a scoped package with specific access level

bun publish --access public|restricted

Publish a package to a custom registry

bun publish --registry registry

Run a dry run to see what would be published without uploading

bun publish --dry-run

Publish a package with a specific distribution tag

bun publish --tag tag_name

Publish with a one-time password for 2FA-enabled accounts

bun publish --otp one_time_password

Publish using a specific authentication type

bun publish --auth-type web|legacy
made by @shridhargupta | data from tldr-pages