Update README and fix linting issues #37

Merged
hamcha merged 10 commits from feature/better-readme into master 2019-09-20 14:41:24 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit c9312b1c9f - Show all commits

View File

@ -19,6 +19,13 @@ steps:
depends_on:
- restore-cache
- name: lint
image: node
commands:
- yarn lint
depends_on:
- dependencies
- name: build_versioned
image: node
commands: