chore: update deps

This commit is contained in:
vben
2024-06-02 23:46:18 +08:00
parent 6d4991d852
commit e650a0b863
52 changed files with 387 additions and 314 deletions

View File

@@ -13,7 +13,7 @@
"scripts/*/src/**/*.json"
],
"globalEnv": ["NODE_ENV"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
@@ -26,9 +26,7 @@
"persistent": true
},
"typecheck": {
"outputs": [],
"outputMode": "errors-only"
// "outputMode": "new-only"
"outputs": []
}
}
}