Skip to content

Commit 9ee5b15

Browse files
committed
Remove Text-Runner config
1 parent b0f4297 commit 9ee5b15

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
@@ -18,7 +18,7 @@
1818
"build": "tsc",
1919
"clean": "rm -rf dist",
2020
"coverage": "node --test --import tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info -- test/*.test.ts",
21-
"doc": "text-runner",
21+
"doc": "text-runner --format=summary",
2222
"fix": "dprint fmt && eslint --fix && sort-package-json --quiet",
2323
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check --quiet",
2424
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)