chore: update vs-code tasks (#2059)

This commit is contained in:
Alexey
2023-10-12 12:49:03 +02:00
committed by GitHub
parent 3fa1130608
commit bd9a18bc50
2 changed files with 6 additions and 14 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
"name": "Chrome",
"url": "http://127.0.0.1:3100",
"webRoot": "${workspaceFolder}/..",
"sourceMaps": true
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack:///*": "${workspaceFolder}/../*"
}
},
{
"type": "java",
+2 -13
View File
@@ -13,7 +13,7 @@
},
"tasks": [
{
"label": "Run Tests",
"label": "Run Tests CE",
"type": "shell",
"command": "yarn",
"group": "test",
@@ -53,19 +53,8 @@
{
"label": "Yarn Install",
"type": "shell",
"command": "yarn",
"command": "yarn install; yarn lerna bootstrap",
"args": []
},
{
"label": "Lerna Bootstrap",
"type": "shell",
"command": "yarn",
"args": ["lerna", "bootstrap"]
},
{
"label": "Bootstrap",
"dependsOrder": "sequence",
"dependsOn": ["Yarn Install", "Lerna Bootstrap"]
}
],
"inputs": [