How do I execute an npm bin inside a nested scoped node_modules? -
i have installed npm package using npm link:
./node_modules/@company/node_modules/.bin/webpack
how can more reference when running npm scripts block? npm link says "it link bins in package {prefix}/bin/{name}."
but don't see example of how looks in config.
Comments
Post a Comment