Skip to content

Commit

Permalink
chore: updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-okot committed May 14, 2018
1 parent 3a2677e commit 0a0a127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ install:
- yarn

script:
- yarn run lint
- yarn run test
- npm run lint
- npm run test
- cat ./coverage/lcov.info | npx coveralls
- yarn run compile
- npm run compile

deploy:
provider: script
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"compile": "tsc",
"commit": "git add . && git-cz",
"commitmsg": "commitlint -e $GIT_PARAMS",
"lint": "eslint src",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"release": "semantic-release",
"test": "jest"
},
Expand Down

0 comments on commit 0a0a127

Please sign in to comment.