[Improvement] eslint before build (#455)

This commit is contained in:
neverland
2017-12-19 19:12:32 +08:00
committed by GitHub
parent 05a724c0c8
commit df67b005ce
10 changed files with 371 additions and 39 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ install:
yarn install
script:
- |
npm run test
npm run lint && npm run test
after_success:
- |
cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/codecov