update fleet run commands

This commit is contained in:
InsanusMokrassar 2023-06-13 22:18:41 +06:00
parent 31f4d3807e
commit 5460eaaee4

View File

@ -3,15 +3,14 @@
{ {
"type": "command", "type": "command",
"name": "Rebuild", "name": "Rebuild",
"program": "mkdocs", "program": "poetry",
"args": ["build"], "args": ["run", "mkdocs", "build"],
}, },
{ {
"type": "command", "type": "command",
"name": "Serve", "name": "Serve",
"program": "mkdocs", "program": "poetry",
"args": ["serve"], "args": ["run", "mkdocs", "serve"],
}, },
] ]
} }