Skip to content

Commit 1de3fe9

Browse files
authored
chore: textlintもmiseを通して行えるようにする (#150)
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent e4b2015 commit 1de3fe9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.mise.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,18 @@ dir = "./website"
3737
depends = ["install-website"]
3838
run = "bun run preview"
3939
dir = "./website"
40+
41+
[tasks.install-textlint]
42+
run = "bun install --frozen-lockfile"
43+
44+
[tasks.textlint-md]
45+
depends = ["install-textlint"]
46+
run = "bun run textlint-md"
47+
48+
[tasks.textlint-md-fix]
49+
depends = ["install-textlint"]
50+
run = "bun run textlint-md:fix"
51+
52+
[tasks.textlint-html]
53+
depends = ["install-textlint"]
54+
run = "bun run textlint-html"

0 commit comments

Comments
 (0)