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
- Host: GitHub
- URL: https://github.com/blocka/npm-ci-issue
- Owner: blocka
- Created: 2018-05-03T07:43:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T07:45:26.000Z (about 8 years ago)
- Last Synced: 2025-06-06T10:08:28.669Z (about 1 year ago)
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```