diff --git a/docs/cli/publish.md b/docs/cli/publish.md index 9adfef8308..9b0f6b97b7 100644 --- a/docs/cli/publish.md +++ b/docs/cli/publish.md @@ -1,5 +1,3 @@ -## `bun publish` - Use `bun publish` to publish a package to the npm registry. `bun publish` will automatically pack your package into a tarball, strip workspace protocols from the `package.json` (resolving versions if necessary), and publish to the registry specified in your configuration files. Both `bunfig.toml` and `.npmrc` files are supported.