chore: add swift helper (#11)

* chore: add swift helper

* chore: separate out types into types pkg

* chore: only build apps/www for now

* chore: don't build swift helper as part of pnpm i
This commit is contained in:
Haritabh 2025-05-24 05:30:25 +05:30 committed by GitHub
parent b01a112102
commit 95cb9f11f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 2552 additions and 2180 deletions

View file

@ -43,7 +43,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm --filter @amical/www install
- name: Build
run: pnpm build
run: pnpm --filter @amical/www build