Skip to content

Commit ccffc0c

Browse files
committed
chore: textlintのリント対象のパスを更新
1 parent dc3c366 commit ccffc0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.textlintignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# hayagrivaのsrc/csl/archive.rsで管理されている参考文献フォーマット
2-
dist/docs/reference/model/bibliography/index.html
3-
dist/docs/reference/model/cite/index.html
2+
website/dist/docs/reference/model/bibliography/index.html
3+
website/dist/docs/reference/model/cite/index.html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"textlint-md": "textlint ./docs/",
66
"textlint-md:fix": "textlint --fix ./docs/",
7-
"textlint-html": "textlint ./dist/docs/"
7+
"textlint-html": "textlint ./website/dist/docs/"
88
},
99
"devDependencies": {
1010
"@types/bun": "latest",

0 commit comments

Comments
 (0)