Skip to content

Commit f9dbf2b

Browse files
committed
Command was using the old scripts
1 parent b5876e3 commit f9dbf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"markdown:format": "npm run markdown:format:schemas && npm run markdown:format:versions",
4646
"markdown:lint:schemas": "npx --yes markdownlint-cli --config ./schemas/.markdownlint.yaml ./schemas/**/*.md",
4747
"markdown:lint:versions": "npx --yes markdownlint-cli --config ./versions/.markdownlint.yaml ./versions/*.md",
48-
"markdown:lint": "npm run markdownlint:schemas && npm run markdownlint:versions",
48+
"markdown:lint": "npm run markdown:lint:schemas && npm run markdown:lint:versions",
4949
"markdown:validate": "npx --yes mdv ./{versions,schemas/**}/*.md",
5050
"test": "c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh"
5151
}

0 commit comments

Comments
 (0)