Skip to content

Commit

Permalink
docs: note about packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Feb 16, 2022
1 parent 5de9089 commit a97bd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ export NI_CONFIG_FILE="$HOME/.config/ni/nirc"

**ni** assumes that you work with lockfiles (and you should)

Before it runs, it will detect your `yarn.lock` / `pnpm-lock.yaml` / `package-lock.json` to know current package manager, and runs the corresponding commands.
Before it runs, it will detect your `yarn.lock` / `pnpm-lock.yaml` / `package-lock.json` to know current package manager (or `packageManager` field in your packages.json), and runs the corresponding commands.

0 comments on commit a97bd69

Please sign in to comment.