Skip to content

Commit

Permalink
fix: icomoon not working, searching for a solution
Browse files Browse the repository at this point in the history
  • Loading branch information
olafch committed Jul 2, 2024
1 parent 8559a6c commit 57b97f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"deploy:staging:android": "yarn prepare:staging && eas build --platform android --profile staging --auto-submit --non-interactive",
"deploy:staging:ios": "yarn prepare:staging && eas build --platform ios --profile staging --auto-submit --non-interactive",
"deploy:staging": "yarn prepare:staging && eas build --platform all --profile staging --auto-submit --non-interactive",
"e2e-testing": "maestro test .maestro/ -e APP_ID=host.exp.Exponent",
"eas-build-pre-install": "base64 --help && echo $ANDROID_FIREBASE_CONFIG | base64 --decode > google-services.json && cat google-services.json && echo $IOS_FIREBASE_CONFIG | base64 --decode > GoogleService-Info.plist && cat GoogleService-Info.plist",
"g": "yarn baca g",
"generate:env:production": "scripts/generate_dotenv.sh production",
Expand Down

0 comments on commit 57b97f2

Please sign in to comment.