2024-07-01 19:47:43 +03:00
|
|
|
{
|
2024-07-01 22:07:07 +03:00
|
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
|
|
"tasks": {
|
|
|
|
"package": {
|
|
|
|
"cache": false
|
|
|
|
},
|
2024-07-02 14:15:26 +03:00
|
|
|
"build": {
|
|
|
|
"dependsOn": ["^package"],
|
2024-07-09 17:18:49 +03:00
|
|
|
"passThroughEnv": ["SENTRY_AUTH_TOKEN", "GITHUB_TOKEN"],
|
2024-07-10 16:45:18 +03:00
|
|
|
"env": ["SENTRY_RELEASE"],
|
2024-07-02 14:15:26 +03:00
|
|
|
"cache": false
|
|
|
|
},
|
2024-07-01 22:07:07 +03:00
|
|
|
"dev": {
|
2024-07-02 16:18:37 +03:00
|
|
|
"dependsOn": ["^package"],
|
2024-07-01 22:07:07 +03:00
|
|
|
"cache": false,
|
|
|
|
"persistent": true
|
2024-07-02 11:23:54 +03:00
|
|
|
},
|
2024-07-02 14:15:26 +03:00
|
|
|
"check": {
|
2024-07-02 16:18:37 +03:00
|
|
|
"dependsOn": ["^package"],
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"//#globallint": {
|
|
|
|
// Root rules require dependencies to manually be listed https://github.com/vercel/turbo/discussions/7481
|
2024-07-02 14:15:26 +03:00
|
|
|
"dependsOn": ["@gitbutler/ui#package"],
|
2024-07-02 11:23:54 +03:00
|
|
|
"cache": true
|
2024-07-01 22:07:07 +03:00
|
|
|
}
|
|
|
|
}
|
2024-07-01 19:47:43 +03:00
|
|
|
}
|