From 0c470cfae1dcdadb58ec2723704da4e6d04a55d3 Mon Sep 17 00:00:00 2001 From: cha0s Date: Thu, 4 Jan 2024 03:21:07 -0600 Subject: [PATCH] chore: tidy --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9dd4df2..10e1e83 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "Start Docusaurus server", "type": "shell", - "command": "yarn flecks docusaurus start", + "command": "npx flecks docusaurus start", "problemMatcher": { "pattern": { "regexp": "^Error",