Specification
the npm bin command no longer works since it has been deprecated. This means our shell.nix no longer adds our bin commands for the project to the local environment. This needs to be fixed for some of our repos. I think any repo that defines bin commands in the package.json?
To fix this the following changes need to be replicated. 78a9faa
Additional context
Tasks
Specification
the
npm bincommand no longer works since it has been deprecated. This means ourshell.nixno longer adds our bin commands for the project to the local environment. This needs to be fixed for some of our repos. I think any repo that defines bin commands in the package.json?To fix this the following changes need to be replicated. 78a9faa
Additional context
Tasks