Skip to content

Commit 6ed5348

Browse files
authored
docs: Add note regarding local testing (#89)
* docs: cautious note for local testing improvement * lint
1 parent 6163c34 commit 6ed5348

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/toolbox-core/DEVELOPER.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ These steps will guide you through setting up the monorepo and this specific pac
6868

6969
Don't forget to `npm unlink` when done!
7070
71+
**Note**: At times, due to dependency conflicts, `npm link` might not work as
72+
expected. In such cases, it is advised to pack your package using `npm pack`
73+
and then use it in another package.
74+
7175
## Testing
7276
7377
Ensure all tests pass before submitting your changes. Tests are typically run from within the `packages/toolbox-core` directory.

0 commit comments

Comments
 (0)