mirror of
https://github.com/dream-num/univer.git
synced 2026-09-17 16:42:58 +08:00
19 lines
247 B
JSON
19 lines
247 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"test": {
|
|
},
|
|
|
|
"coverage": {
|
|
"cache": false
|
|
},
|
|
|
|
"build": {
|
|
},
|
|
|
|
"build:e2e": {},
|
|
|
|
"typecheck": {}
|
|
}
|
|
}
|