mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
turbo tasks
This commit is contained in:
27
packages/react-native-uniffi-russh/turbo.jsonc
Normal file
27
packages/react-native-uniffi-russh/turbo.jsonc
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
// Default overrides
|
||||
"lint": {
|
||||
"dependsOn": ["fmt", "^build"],
|
||||
"with": ["typecheck", "//#lint:root", "lint:rust"],
|
||||
},
|
||||
"lint:check": {
|
||||
"dependsOn": ["^build"],
|
||||
"with": ["fmt:check", "typecheck", "//#lint:check:root", "lint:rust"],
|
||||
},
|
||||
"build:android": {
|
||||
"outputs": ["dist/**"],
|
||||
"dependsOn": ["^build", "build:bob"],
|
||||
},
|
||||
"build:ios": {
|
||||
"outputs": ["dist/**"],
|
||||
"dependsOn": ["^build", "build:bob"],
|
||||
},
|
||||
|
||||
// Special tasks
|
||||
"lint:rust": {},
|
||||
"build:bob": {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user