Skip to content

Commit

Permalink
enhance fmt command
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 9, 2017
1 parent 686e4c7 commit 7899bc5
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 @@ -12,7 +12,8 @@
"test": "jest",
"precommit": "lint-staged",
"prepare": "npm run build",
"fmt": "prettier **/*.{js,json,css,md} --write"
"fmt":
"prettier **/*.{js,json,css,md} --write && prettier ./e2e-tests/react/__tests__/*.js --write"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 7899bc5

Please sign in to comment.