Skip to content

Commit

Permalink
chore(package): use test-only script when testing
Browse files Browse the repository at this point in the history
reduce execution time for ci
  • Loading branch information
Frazer Smith committed Mar 23, 2020
1 parent 30676a2 commit a7b0e40
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 @@ -13,7 +13,7 @@
"jest": "jest src --coverage",
"lint": "eslint src/**/*.js",
"prettier": "prettier ** --write",
"test": "yarn lint && yarn test-coverage",
"test": "yarn lint && yarn test-only",
"test-coverage": "jest --coverage --verbose",
"test-only": "jest --verbose"
},
Expand Down

0 comments on commit a7b0e40

Please sign in to comment.