mirror of
https://github.com/langgenius/dify.git
synced 2026-06-05 23:50:06 +08:00
chore: migrate type-check from tsc to tsgo across all workspaces (#35488)
This commit is contained in:
+1
-2
@@ -44,8 +44,7 @@
|
||||
"test": "vp test",
|
||||
"test:coverage": "vp test --coverage",
|
||||
"test:watch": "vp test --watch",
|
||||
"type-check": "tsc",
|
||||
"type-check:tsgo": "tsgo",
|
||||
"type-check": "tsgo",
|
||||
"uglify-embed": "node ./bin/uglify-embed"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user