mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-09-24 16:04:36 +08:00
chore: update vs-code tasks (#2059)
This commit is contained in:
Vendored
+4
-1
@@ -7,7 +7,10 @@
|
||||
"name": "Chrome",
|
||||
"url": "http://127.0.0.1:3100",
|
||||
"webRoot": "${workspaceFolder}/..",
|
||||
"sourceMaps": true
|
||||
"sourceMaps": true,
|
||||
"sourceMapPathOverrides": {
|
||||
"webpack:///*": "${workspaceFolder}/../*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
|
||||
Vendored
+2
-13
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user