Add eslint to travis build
This commit is contained in:
parent
d5b6b8d1c3
commit
12d443acfd
|
|
@ -34,6 +34,7 @@ script:
|
|||
# packr builds a go file for all packr "boxes", this would be f.ex. the spec.json file.
|
||||
- (cd ui && npm run build)
|
||||
- packr
|
||||
- ui/node_modules/.bin/eslint ui/src
|
||||
- make test
|
||||
- make check
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue