Add the module pull step
This commit is contained in:
Vendored
+14
-2
@@ -9,7 +9,7 @@
|
||||
"build",
|
||||
"${workspaceFolder}/src/MistoxWebsite.Server/MistoxWebsite.Server.csproj",
|
||||
"-o",
|
||||
"${workspaceFolder}/debug/"
|
||||
"${workspaceFolder}/debug/",
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
@@ -25,9 +25,21 @@
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "client-packages",
|
||||
"command": "npm",
|
||||
"type": "process",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/src/MistoxWebsite.Client"
|
||||
},
|
||||
"args": [
|
||||
"install"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "build-all",
|
||||
"dependsOn": ["client-build", "server-build" ],
|
||||
"dependsOn": ["client-packages", "client-build", "server-build" ],
|
||||
"dependsOrder": "sequence"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user