Skip to content

feat(analytics): implement subscription analytics with MRR, ARR, and cohort analysis #244

feat(analytics): implement subscription analytics with MRR, ARR, and cohort analysis

feat(analytics): implement subscription analytics with MRR, ARR, and cohort analysis #244

Workflow file for this run

name: Bundle Size Analysis
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-node
- name: Install web dependencies
run: npm install react-dom@19.0.0 react-native-web@0.20.0 @expo/metro-runtime@5.0.5 --no-save --legacy-peer-deps
- run: npx expo export --platform web --output-dir dist
continue-on-error: true
- name: Analyze bundle
run: |
npx size-limit || true
echo "Bundle size analysis complete"