Skip to content

Commit

Permalink
Fix command for running Jest in watch mode in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Dec 3, 2018
1 parent 965b766 commit 69d2b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djedi-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ docker-compose up -d
docker-compose exec node npm test

# Run Jest in watch mode:
docker run --rm -it -v /absolute/path/to/djedi-cms/djedi-react:/code -v /code/node_modules djedi-react run watch
docker run --rm -it -v /absolute/path/to/djedi-cms/djedi-react:/code -v /code/node_modules djedi-cms_node npm run watch
```

### Directories
Expand Down

0 comments on commit 69d2b22

Please sign in to comment.