forked from wangziqi/gongxue-base
12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": { "dependsOn": ["^build"], "outputs": ["dist/**"] },
|
|
"dev": { "cache": false, "persistent": true },
|
|
"lint": {},
|
|
"test": {},
|
|
"format": { "cache": false },
|
|
"typecheck": { "dependsOn": ["^build"] }
|
|
}
|
|
}
|