Skip to content

Commit 99811f9

Browse files
committed
Build fixes
1 parent 75af92e commit 99811f9

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ jobs:
4646

4747
- name: Build dependencies
4848
run: |
49-
pnpm --filter=@medialit/utils build
50-
pnpm --filter=@medialit/models build
51-
pnpm --filter=@medialit/images build
52-
pnpm --filter=@medialit/thumbnail build
49+
pnpm -r build
5350
5451
- name: Run test
5552
run: pnpm test

apps/web/app/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export async function getUser(): Promise<any | null> {
105105

106106
export async function getSubscriber(): Promise<Pick<
107107
User,
108-
| "email"
108+
| "id"
109109
| "active"
110110
| "userId"
111111
| "email"

0 commit comments

Comments
 (0)