Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Output Jest results
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar committed Aug 8, 2018
1 parent 3bc4a0a commit 0c3ad8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"preversion": "npm run build",
"version": "auto-changelog -p && git add CHANGELOG.md",
"lint": "tslint src/**/*{ts,tsx} --project .",
"ci": "npm run test && npm run lint"
"ci": "npm run test && npm run lint",
"jest": "npm run jest --outputFile test-results.json --json"
},
"lint-staged": {
"*.md": [
Expand Down

0 comments on commit 0c3ad8e

Please sign in to comment.