fix(build): do not lint when testing on github

This commit is contained in:
Matteo Pagliazzi
2019-10-22 20:38:01 +02:00
parent 3031caffe8
commit 9afcf8d5eb
5 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
npm ci
env:
CI: true
- run: npm run lint
- run: npm run lint-no-fix
apidoc:
runs-on: ubuntu-latest
strategy: