Skip to content

Commit

Permalink
Tweak package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dphilipson committed Jun 23, 2017
1 parent 461a206 commit 586ebc8
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 @@ -34,7 +34,7 @@
"lint": "tslint --project .",
"precommit": "lint-staged",
"prepublish": "yarn run build",
"test": "yarn run lint && tsc --noEmit && yarn run jest"
"test": "yarn run lint && tsc && yarn run jest"
},
"devDependencies": {
"@types/jest": "^20.0.1",
Expand Down

0 comments on commit 586ebc8

Please sign in to comment.