chore: Update scripts
This commit is contained in:
parent
1af7cf94e3
commit
0486c1d9e0
2 changed files with 3 additions and 9635 deletions
15
.vscode/tasks.json
vendored
15
.vscode/tasks.json
vendored
|
@ -17,7 +17,7 @@
|
||||||
],
|
],
|
||||||
"command": "npm",
|
"command": "npm",
|
||||||
"dependsOn": "tsc",
|
"dependsOn": "tsc",
|
||||||
"taskName": "build",
|
"label": "build",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
"command": "find"
|
"command": "find"
|
||||||
},
|
},
|
||||||
"command": "",
|
"command": "",
|
||||||
"taskName": "clean project"
|
"label": "clean project"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
|
@ -74,16 +74,7 @@
|
||||||
"changelog"
|
"changelog"
|
||||||
],
|
],
|
||||||
"command": "npm",
|
"command": "npm",
|
||||||
"taskName": "changelog"
|
"label": "changelog"
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"-p",
|
|
||||||
"."
|
|
||||||
],
|
|
||||||
"command": "tsc",
|
|
||||||
"dependsOn": "clean project",
|
|
||||||
"taskName": "tsc"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
9623
package-lock.json
generated
9623
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue