Skip to content

Commit

Permalink
* Update format-all script.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Oct 15, 2017
1 parent f3af50b commit e7d8fa3
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"coveralls": "cat coverage/lcov.info | coveralls",
"format-all": "find ./{src,test}/**/*.ts | xargs prettier --write",
"format-all": "find {src,test} -name '*.ts' | xargs prettier --write",
"mocha": "mocha -r ts-node/register ./test/**/*.test.ts",
"precommit": "lint-staged && npm test && npm run build",
"test": "nyc --extension=.ts --include=src/**/*.ts --reporter=lcov --reporter=text-summary npm run mocha",
Expand Down

0 comments on commit e7d8fa3

Please sign in to comment.