From 808e58cc4da700dbcd1432adff784c1bdfdcb961 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Thu, 3 Oct 2024 14:50:23 -0700 Subject: [PATCH] update --- docs/cli/publish.md | 2 -- 1 file changed, 2 deletions(-) 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.