Skip to content

Commit 4e8e0a7

Browse files
chore: run build before linting eslint docs
1 parent 7ecd27a commit 4e8e0a7

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
@@ -45,7 +45,7 @@
4545
"lint": "yarn lint-js && yarn lint-docs && yarn lint-eslint-docs",
4646
"lint-js": "eslint",
4747
"lint-docs": "markdownlint-cli2 \"*/**.md\" \"#node_modules\"",
48-
"lint-eslint-docs": "eslint-doc-generator --check",
48+
"lint-eslint-docs": "yarn build && eslint-doc-generator --check",
4949
"docs": "eslint-doc-generator",
5050
"release": "bumpp && yarn run build",
5151
"test": "vitest",

0 commit comments

Comments
 (0)