feat: updates

This commit is contained in:
qier222 2022-06-06 01:00:25 +08:00
parent cf7a4528dd
commit 0e58bb6e80
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
44 changed files with 1027 additions and 496 deletions

View file

@ -12,8 +12,12 @@
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"pack": {
"dependsOn": ["build"],
"outputs": ["release/**"]
},
"test": {
"dependsOn": ["^build"],
"dependsOn": ["build"],
"outputs": []
},
"lint": {