Skip to content

Commit

Permalink
Merge branch 'feature/env-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Jan 2, 2018
2 parents e1bc115 + e730c7e commit 45b92c5
Show file tree
Hide file tree
Showing 8 changed files with 951 additions and 27 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ docker-compose run --rm node npm run dev

# Or

docker-compose run --rm node npm run watch
$ docker-compose run --rm node npm run watch

# Or

Expand All @@ -50,7 +50,7 @@ $ docker-compose run --rm node npm run production

Running ESLint :
```bash
$ docker-compose run node npm run lint
$ docker-compose run --rm node npm run lint
```

## More details
Expand Down
Loading

0 comments on commit 45b92c5

Please sign in to comment.