We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd4369 commit 6d46b1bCopy full SHA for 6d46b1b
2 files changed
.github/workflows/backend-qa.yml
@@ -25,6 +25,9 @@ jobs:
25
node-version: '24'
26
- name: Install dependencies
27
run: npm install --ignore-scripts --no-package-lock
28
+ - name: Build shared packages
29
+ run: npm run build
30
+ working-directory: packages/logging
31
# Prisma-generated types needed
32
# ENV is just so this will run
33
- name: Generate Prisma files
.github/workflows/temporal-qa.yml
- name: Install dependencies (root)
- name: Install dependencies (temporal)
working-directory: apps/temporal
0 commit comments