diff --git a/Haru.code-workspace b/Haru.code-workspace index 2abb07a..e49d686 100644 --- a/Haru.code-workspace +++ b/Haru.code-workspace @@ -25,13 +25,13 @@ "label": "build: server", "type": "shell", "linux": { - "command": "npm --prefix Server run release:any" + "command": "cd Server ; npm run release:any" }, "osx": { - "command": "npm --prefix Server run release:any" + "command": "cd Server ; npm run release:any" }, "windows": { - "command": "npm --prefix Server run build" + "command": "cd Server ; npm run build" } }, {