Skip to content

Commit 42ad3b4

Browse files
committed
Fix: bun to mise for textlint
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 1abb644 commit 42ad3b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
{
1515
"label": "textlint-md",
1616
"type": "shell",
17-
"command": "bun run textlint-md",
17+
"command": "mise run textlint-md",
1818
"problemMatcher": []
1919
},
2020
{
2121
"label": "textlint-md:fix",
2222
"type": "shell",
23-
"command": "bun run textlint-md:fix",
23+
"command": "mise run textlint-md:fix",
2424
"problemMatcher": []
2525
},
2626
{
2727
"label": "textlint-html",
2828
"type": "shell",
29-
"command": "bun run textlint-html",
29+
"command": "mise run textlint-html",
3030
"problemMatcher": []
3131
}
3232
]

0 commit comments

Comments
 (0)