Skip to content

Commit

Permalink
Merge pull request #3597 from GordonSmith/DASHY_TASK
Browse files Browse the repository at this point in the history
chore(Dashy): Tweak build tasks
  • Loading branch information
GordonSmith committed May 14, 2020
2 parents ebe66c6 + 6f49c87 commit 5be2b74
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions demos/dashy/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,17 @@
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "watch",
"command": "./node_modules/.bin/tsc",
"windows": {
"command": ".\\node_modules\\.bin\\tsc.cmd"
"type": "npm",
"script": "compile-umd-watch",
"group": {
"kind": "build",
"isDefault": true
},
"args": [
"--build",
"--verbose",
"--watch"
],
"isBackground": true,
"problemMatcher": [
"$tsc-watch"
],
"group": {
"kind": "build",
"isDefault": true
}
"label": "build: dashy-umd-watch",
"detail": "tsc --module umd --outDir ./lib-umd --watch"
}
]
}

0 comments on commit 5be2b74

Please sign in to comment.