Skip to content

Commit efab656

Browse files
committed
format-markdown script
1 parent a248f6e commit efab656

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"Swagger",
2626
"schema",
2727
"API"
28-
]
28+
],
29+
"scripts": {
30+
"format-markdown": "npx prettier --write --single-quote versions/3.0.4.md && npx --yes markdownlint-cli --fix --config .markdownlint.yaml versions/3.0.4.md"
31+
}
2932
}

0 commit comments

Comments
 (0)