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:
parent
b01a112102
commit
95cb9f11f8
64 changed files with 2552 additions and 2180 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue