Skip to content

Commit 6d46b1b

Browse files
committed
build shared packages
1 parent efd4369 commit 6d46b1b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/backend-qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
node-version: '24'
2626
- name: Install dependencies
2727
run: npm install --ignore-scripts --no-package-lock
28+
- name: Build shared packages
29+
run: npm run build
30+
working-directory: packages/logging
2831
# Prisma-generated types needed
2932
# ENV is just so this will run
3033
- name: Generate Prisma files

.github/workflows/temporal-qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
node-version: '24'
2626
- name: Install dependencies (root)
2727
run: npm install --ignore-scripts --no-package-lock
28+
- name: Build shared packages
29+
run: npm run build
30+
working-directory: packages/logging
2831
- name: Install dependencies (temporal)
2932
working-directory: apps/temporal
3033
run: npm install --ignore-scripts --no-package-lock

0 commit comments

Comments
 (0)