chore: Update vsc tasks
This commit is contained in:
parent
0486c1d9e0
commit
433f6978c4
2 changed files with 10 additions and 0 deletions
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
|
@ -75,6 +75,15 @@
|
|||
],
|
||||
"command": "npm",
|
||||
"label": "changelog"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"run",
|
||||
"build-ts"
|
||||
],
|
||||
"command": "npm",
|
||||
"dependsOn": "clean project",
|
||||
"label": "tsc"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue