chore: Update vsc tasks

This commit is contained in:
Mattia Astorino 2018-04-30 10:17:49 +02:00
parent 0486c1d9e0
commit 433f6978c4
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 10 additions and 0 deletions

9
.vscode/tasks.json vendored
View file

@ -75,6 +75,15 @@
],
"command": "npm",
"label": "changelog"
},
{
"args": [
"run",
"build-ts"
],
"command": "npm",
"dependsOn": "clean project",
"label": "tsc"
}
]
}

View file

@ -37,6 +37,7 @@
"build-icons-accents": "yarn gulp build:icons.accents",
"build-icons-variants": "yarn gulp build:icons.variants",
"build-themes": "yarn gulp build:themes",
"build-ts": "tsc -p ./tsconfig.json",
"release": "standard-version",
"postinstall": "node ./node_modules/vscode/bin/install && opencollective postinstall && tsc -p tsconfig.json"
},