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",
"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"
}
},
{