mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 08:13:59 +00:00
update fleet run commands
This commit is contained in:
parent
31f4d3807e
commit
5460eaaee4
@ -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"],
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user