mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
23 lines
365 B
JSON
23 lines
365 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"test": {
|
|
},
|
|
|
|
"coverage": {
|
|
"outputs": ["coverage/**"],
|
|
"env": ["CI"]
|
|
},
|
|
|
|
"build": {
|
|
"outputs": ["lib/**"]
|
|
},
|
|
|
|
"build:e2e": {
|
|
"outputs": ["local/**"]
|
|
},
|
|
|
|
"typecheck": {}
|
|
}
|
|
}
|