Improve consistency
This commit is contained in:
parent
1898e87df5
commit
bf772930aa
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user