Improve consistency

This commit is contained in:
Merijn Hendriks 2021-12-29 17:37:52 +01:00
parent 1898e87df5
commit bf772930aa

View File

@ -25,13 +25,13 @@
"label": "build: server", "label": "build: server",
"type": "shell", "type": "shell",
"linux": { "linux": {
"command": "npm --prefix Server run release:any" "command": "cd Server ; npm run release:any"
}, },
"osx": { "osx": {
"command": "npm --prefix Server run release:any" "command": "cd Server ; npm run release:any"
}, },
"windows": { "windows": {
"command": "npm --prefix Server run build" "command": "cd Server ; npm run build"
} }
}, },
{ {