CI: Run build:all before lint

This commit is contained in:
Jhen 2018-12-22 18:40:45 +08:00
parent e81ee2cf5d
commit 427b107fe2

View File

@ -8,6 +8,6 @@ cache:
directories: directories:
- "node_modules" - "node_modules"
script: script:
- npm run lint
- npm run build:all - npm run build:all
- npm run lint
- npm test - npm test