An open API service indexing awesome lists of open source software.

https://github.com/blocka/npm-ci-issue

jest cli does not wind up in .bin folder
https://github.com/blocka/npm-ci-issue

Last synced: 2 months ago
JSON representation

jest cli does not wind up in .bin folder

Awesome Lists containing this project

README

          

# How to reproduce

```bash
$ docker build -t test .
$ docker run test ls node_modules/.bin/jest
ls: cannot access node_modules/.bin/jest: No such file or directory
```