Minor Changes
- When
publishConfig.directory
is set, only symlink it to other workspace projects ifpublishConfig.linkDirectory
is set totrue
. Otherwise, only use it for publishing #5115.
Patch Changes
- Don't incorrectly identify a lockfile out-of-date when the package has a publishConfig.directory field #5124.
- Don't crash when a config file contains a setting with an env variable that doesn't exist #5093.
Our Gold Sponsors
Our Silver Sponsors
What's Changed
- fix: don't incorrectly identify a lockfile out-of-date by @zkochan in #5126
- feat: publishConfig.linkDirectory by @zkochan in #5125
- fix: don't crash on a .npmrc with missing env var by @zkochan in #5127
- chore: fix typo by @LuciNyan in #5128
New Contributors
Full Changelog: v7.7.1...v7.8.0