Skip to content

Commit

Permalink
chore: update vs-code tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Oct 12, 2023
1 parent 3fa1130 commit 1bfc9f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"name": "Chrome",
"url": "http://127.0.0.1:3100",
"webRoot": "${workspaceFolder}/..",
"sourceMaps": true
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack:///*": "${workspaceFolder}/../*"
}
},
{
"type": "java",
Expand Down
15 changes: 2 additions & 13 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"tasks": [
{
"label": "Run Tests",
"label": "Run Tests CE",
"type": "shell",
"command": "yarn",
"group": "test",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 1bfc9f0

Please sign in to comment.