diff --git a/package.json b/package.json index 868f955..36c754f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "test.e2e": "playwright test", "test.unit": "vitest", "lint": "biome check --apply --verbose src/**/* src/", + "build-ios": "ionic capacitor build ios --release --prod --no-open", "ios": "npm run build && npm run sync && npx cap run ios", "android": "npm run build && npx cap run android", "sync": "cap sync",