Skip to content

Commit

Permalink
run autoformatter using tsconfig.test.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Aug 11, 2017
1 parent 7935350 commit d6d2177
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 @@ -7,7 +7,7 @@
"scripts": {
"test": "karma start --single-run",
"mocha": "mocha test/**/*.test.ts --require ts-node/register",
"autoformat": "tsfmt -r",
"autoformat": "tsfmt -r --useTsconfig tsconfig.test.json",
"clean-up": "rm -rf coverage && rm -rf lib",
"prepublish": "tsc -d && publish-please guard",
"publish-please": "npm run autoformat && npm run clean-up && publish-please"
Expand Down

0 comments on commit d6d2177

Please sign in to comment.