Add linter.

This commit is contained in:
Roger Braun 2017-03-09 08:58:17 +01:00
parent 08297ea83e
commit d954909134
1 changed files with 7 additions and 0 deletions

View File

@ -28,10 +28,17 @@ before_script:
# - node_modules/
stages:
- lint
- build
- test
- deploy
lint:
stage: lint
script:
- yarn
- npm run lint
test:
stage: test
script: