Skip to content

Commit 5266e4f

Browse files
authored
Remove Text-Runner configuration file (#78)
1 parent b4fd951 commit 5266e4f

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
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",

text-runner.jsonc

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)