Skip to content

Commit

Permalink
Add code linting as a build step (closes #27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmic committed Jan 22, 2020
1 parent 97d33d9 commit c97532b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:

script:
- npm test
- npm run lint

after_script:
- npm run codecov
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"scripts": {
"build": "rollup -c rollup.config.js",
"codecov": "codecov",
"lint": "tslint --project .",
"test": "jest"
},
"engines": {
Expand Down

0 comments on commit c97532b

Please sign in to comment.