chore: Fixes build system.

This commit is contained in:
OctoD 2017-07-18 14:27:08 +02:00
parent 305eeb566b
commit 479eca2a4c
5 changed files with 10 additions and 16 deletions

18
.vscode/tasks.json vendored
View file

@ -15,12 +15,13 @@
"run",
"build"
],
"isBuildCommand": true,
"command": "npm",
"dependsOn": "tsc",
"echoCommand": true,
"isShellCommand": true,
"taskName": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
@ -42,8 +43,7 @@
"f",
"-delete"
],
"command": "find",
"isShellCommand": true
"command": "find"
},
"osx": {
"args": [
@ -63,11 +63,9 @@
"f",
"-delete"
],
"command": "find",
"isShellCommand": true
"command": "find"
},
"command": "",
"echoCommand": true,
"taskName": "clean project"
},
{
@ -76,8 +74,6 @@
"changelog"
],
"command": "npm",
"echoCommand": true,
"isShellCommand": true,
"taskName": "changelog"
},
{
@ -87,8 +83,6 @@
],
"command": "tsc",
"dependsOn": "clean project",
"echoCommand": true,
"isShellCommand": true,
"taskName": "tsc"
}
]