Skip to content

Commit

Permalink
feat: chack ts-lint on ci proccess
Browse files Browse the repository at this point in the history
this is check for the ci/cd proccess

BREAKING CHANGE: commit that broke tslint check will fail on travis

fix #21
  • Loading branch information
bikov committed Jan 21, 2019
1 parent c30fd6d commit f3d5e49
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 @@ -22,7 +22,7 @@
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"test": "echo \"not implemented yet\" && exit 0"
"test": "npm run lint"
},
"pre-commit": [
"lint:fix"
Expand Down

0 comments on commit f3d5e49

Please sign in to comment.