mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"ui": "tui",
|
|
"tasks": {
|
|
"build": {
|
|
"cache": false
|
|
},
|
|
"dev": {
|
|
"cache": false,
|
|
"interactive": true
|
|
},
|
|
"check:typescript": {},
|
|
"lint": {},
|
|
"//#check:format": {},
|
|
"circular:check": {},
|
|
"precommit": {
|
|
"dependsOn": ["lint", "check:typescript", "circular:check", "test", "//#check:format"]
|
|
},
|
|
"test": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|