Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Oct 3, 2024
1 parent 808e58c commit 1542713
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/cli/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ $ bun publish ./package.tgz
**Note** - `bun publish` will not run lifecycle scripts (`prepublishOnly/prepack/prepare/postpack/publish/postpublish`) if a tarball path is provided. Scripts will only be run if the package is packed by `bun publish`.
{% /callout %}

## Flags

### `--access`

The `--access` flag can be used to set the access level of the package being published. The access level can be one of `public` or `restricted`. Unscoped packages are always public, and attempting to publish an unscoped package with `--access restricted` will result in an error.
Expand Down

0 comments on commit 1542713

Please sign in to comment.