Skip to content

Commit 68fd6fd

Browse files
committed
chore: textlintを実行するスクリプトをpackage.jsonに追加
1 parent a94894a commit 68fd6fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "typst-jp.github.io",
33
"type": "module",
4+
"scripts": {
5+
"textlint-md": "textlint ./docs/",
6+
"textlint-md:fix": "textlint --fix ./docs/",
7+
"textlint-html": "textlint ./dist/docs/"
8+
},
49
"devDependencies": {
510
"@types/bun": "latest",
611
"textlint": "^14.3.0",

0 commit comments

Comments
 (0)