Skip to content

Commit da91bf4

Browse files
committed
run autoformatter using tsconfig.test.json
1 parent 6ee81b7 commit da91bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "karma start --single-run",
99
"mocha": "mocha test/**/*.test.ts --require ts-node/register",
10-
"autoformat": "tsfmt -r",
10+
"autoformat": "tsfmt -r --useTsconfig tsconfig.test.json",
1111
"clean-up": "rm -rf coverage && rm -rf lib",
1212
"prepublish": "tsc -d && publish-please guard",
1313
"publish-please": "npm run autoformat && npm run clean-up && publish-please"

0 commit comments

Comments
 (0)