mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-10 05:42:50 +00:00
ci
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
"dev:ios:release": "expo run:ios --port 8081 --variant release",
|
||||
"build:signed:aab": "tsx scripts/signed-build.ts",
|
||||
"build:signed:apk": "tsx scripts/signed-build.ts --format apk",
|
||||
"build:aab": "cd android && ./gradlew bundleRelease",
|
||||
"build:apk": "cd android && ./gradlew assembleRelease",
|
||||
"prebuild": "expo prebuild",
|
||||
"prebuild:clean": "expo prebuild --clean",
|
||||
"expo:dep:check": "expo install --fix",
|
||||
|
||||
Reference in New Issue
Block a user