Skip to content

Commit

Permalink
feat(ts): fix ci script to also lint typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hammywhammy committed Mar 10, 2019
1 parent 0d2ef68 commit 992c7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"commit": "git-cz",
"sem-rel": "semantic-release",
"lint:commit": "commitlint -E $GIT_PARAMS",
"ci": "npm run lint && npm run coverage",
"ci": "npm run lint && npm run tslint && npm run coverage",
"coveralls-ci": "npm run ci && nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
Expand Down

0 comments on commit 992c7ff

Please sign in to comment.