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 847b153 commit e9025d8Copy full SHA for e9025d8
package.json
@@ -36,7 +36,7 @@
36
"lint": "biome check ./",
37
"prepare": "git config --local core.hooksPath .githooks",
38
"prepublishOnly": "npm run build",
39
- "test": "npm run test:unit && npm run lint:text && npm run lint:README",
+ "test": "npm run test:unit && npm run lint && npm run lint:text && npm run lint:README",
40
"lint:text": "textlint README.md",
41
"lint:README": "bash lint-README.sh",
42
"test:unit": "textlint-scripts test",
0 commit comments