We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f4297 commit 9ee5b15Copy full SHA for 9ee5b15
package.json
@@ -18,7 +18,7 @@
18
"build": "tsc",
19
"clean": "rm -rf dist",
20
"coverage": "node --test --import tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info -- test/*.test.ts",
21
- "doc": "text-runner",
+ "doc": "text-runner --format=summary",
22
"fix": "dprint fmt && eslint --fix && sort-package-json --quiet",
23
"lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check --quiet",
24
"prepublishOnly": "npm run build",
0 commit comments