Skip to content

Commit a841d92

Browse files
committed
Fix "npm run tidy:check" to include markdownlint
1 parent 0886499 commit a841d92

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
@@ -40,7 +40,7 @@
4040
"dev:stdio": "npm run dev:stdio -w server",
4141
"dev:http": "npm run dev:http -w server",
4242
"format": "prettier --write '**/*.{yml,yaml,md}'",
43-
"format:check": "prettier --check '**/*.{yml,yaml,md}'",
43+
"format:check": "prettier --check '**/*.{yml,yaml,md}' && npm run lint:md",
4444
"lint": "npm run lint -w client -w server -w extensions/vscode",
4545
"lint:fix": "npm run lint:fix -w client -w server -w extensions/vscode",
4646
"lint:md": "markdownlint '**/*.md'",

0 commit comments

Comments
 (0)