This commit is contained in:
Dylan Conway
2024-10-03 14:50:23 -07:00
parent a375ea94ef
commit 808e58cc4d

View File

@@ -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.