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