Skip to content

Commit

Permalink
fix(setup): fix dev setup phase
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 10, 2018
1 parent 5773bb9 commit d6f157a
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 1,242 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ Development environment requires [docker](https://www.docker.com/).
# install and setup every language dependencies in parallel through docker
npm install

# run every language setup in parallel through docker
npm setup

# run every language tests in parallel through docker
npm test
```
Expand Down

0 comments on commit d6f157a

Please sign in to comment.