mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
17 lines
259 B
JSON
17 lines
259 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"android": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"ios": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"lint": {
|
|
"dependsOn": ["lint:fix", "typecheck", "//#lint:root", "expo:doctor"]
|
|
},
|
|
"expo:doctor": {},
|
|
"lint:check": {}
|
|
}
|
|
}
|