Replies: 1 comment
-
|
I have the same question, it doesn't seem to work as expected. I have a bin script on a package in the monorepo, I added it as a dependency in the root package.json but it doesn't get added to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a monorepo and wanted to add an helper script as a package of the workspace. I would like to add the package to the devDependency of either the root package.json to have the command accessable in all other projects, or inserting it in the devDepencencies for the packages which shall use the command.
I could no get it working that a local package is linked to the
.binfolder. The command is also not accessable.Is this intended?
Beta Was this translation helpful? Give feedback.
All reactions