Run linting on CI
This commit is contained in:
parent
4fd697aec1
commit
ecdb9df7b2
|
@ -3,6 +3,7 @@ cache: npm
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
script:
|
script:
|
||||||
|
- npm run lint
|
||||||
- npm test
|
- npm test
|
||||||
- npm run build
|
- npm run build
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue