mirror of
https://github.com/pockethost/pockethost.git
synced 2025-09-15 13:10:14 +00:00
25 lines
449 B
JSON
25 lines
449 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build", "^check-types"]
|
|
},
|
|
"check-types": {
|
|
"dependsOn": ["^sherif", "^lint", "^check-types"]
|
|
},
|
|
"lint": {
|
|
"dependsOn": ["^lint"]
|
|
},
|
|
"lint-fix": {
|
|
"dependsOn": ["^lint-fix"]
|
|
},
|
|
"sherif": {
|
|
"dependsOn": ["^sherif"]
|
|
},
|
|
"dev": {
|
|
"persistent": true,
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|