We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6163c34 commit 6ed5348Copy full SHA for 6ed5348
packages/toolbox-core/DEVELOPER.md
@@ -68,6 +68,10 @@ These steps will guide you through setting up the monorepo and this specific pac
68
69
Don't forget to `npm unlink` when done!
70
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
+
75
## Testing
76
77
Ensure all tests pass before submitting your changes. Tests are typically run from within the `packages/toolbox-core` directory.
0 commit comments