mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
better api
This commit is contained in:
@@ -2,11 +2,16 @@
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"outputs": ["lib/**", "android/**", "ios/**", "cpp/**", "src/**"]
|
||||
"outputs": ["lib/**", "android/**", "ios/**", "cpp/**", "src/**"],
|
||||
"dependsOn": ["lint:rust"]
|
||||
},
|
||||
"typecheck": {
|
||||
"dependsOn": ["build"]
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"with": ["typecheck", "lint:rust"]
|
||||
},
|
||||
"lint:rust": {}
|
||||
},
|
||||
"extends": ["//"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user