Skip to content

Commit b3416b0

Browse files
docs: add changelog
1 parent d8ff221 commit b3416b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.changeset/giant-phones-jog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@lg-tools/link': minor
3+
'@lg-tools/cli': minor
4+
---
5+
6+
- Add more detailed color-prefixed process logging to spawned commands in link tool
7+
- Added new flags to `link` script to cover broader use cases:
8+
- `--no-parallel`: Run the link command sequentially for each package. Useful for when the default parallel approach fails
9+
- `--launch-env`: A string of environment variable lines as `KEY=VALUE`, separated by a newline. Only the specified environment variables will be used during npm link commands in the source and destination directories. This is useful to workaround environment variable pollution by tools such as version managers (e.g., asdf) or script runners (e.g., pnpm) that interfere with `npm link`. We recommend using `--launch-env="$(env)"` to use your original shell environment.
10+
- Improve documentation for linking in DEVELOPER.md

0 commit comments

Comments
 (0)