Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/lib/content/commands/npm-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ to the registry.

### Files included in package

To see what will be included in your package, run `npx npm-packlist`. All
To see what will be included in your package, run `npm pack --dry-run`. All
files are included by default, with the following exceptions:

- Certain files that are relevant to package installation and distribution
Expand Down