Skip to content

Commit d34d74e

Browse files
committed
Fix: tasks without textlint
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent cf92178 commit d34d74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"version": "2.0.0",
33
"tasks": [
44
{
5-
"label": "generate-docs",
5+
"label": "generate",
66
"type": "shell",
7-
"command": "cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture && python3 ./gen.py && echo reload or open http://localhost:8000",
7+
"command": "mise run generate",
88
"problemMatcher": [],
99
"group": {
1010
"kind": "build",

0 commit comments

Comments
 (0)