Skip to content

Commit 199411e

Browse files
author
alpsla
committed
updated the CI workflow to build the core package first before running other builds and tests
1 parent 113f173 commit 199411e

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,14 @@ jobs:
6666
- name: Lint
6767
run: npm run lint
6868

69-
- name: Build
69+
- name: Build core package first
70+
run: |
71+
echo "Building core package first to ensure proper type exports..."
72+
cd packages/core
73+
npm run build
74+
cd ../..
75+
76+
- name: Build all packages
7077
run: npx turbo run build
7178

7279
- name: Test

packages/agents/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/core/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/database/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tools/mcp-custom-prompts/copy-prompt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I'm working on the CodeQual project. Please follow these guidelines:
99
3. At the beginning of each session, review the most recent summary in '/Users/alpinro/Code Prjects/codequal/docs/session-summaries/'
1010
4. When I indicate we're finishing our conversation (by saying something like "let's end here", "that's all for today", or similar), create a detailed summary of our chat in '/Users/alpinro/Code Prjects/codequal/docs/session-summaries/' with filename format: YYYY-MM-DD-session-summary.md
1111
12-
Please confirm you can access the filesystem and verify access to "/Users/alpinro/Code Prjects/codequal/packages"
12+
Please confirm you can access the filesystem and verify access to "/Users/alpinro/Code Prjects/codequal/packages and Supabase project and wait for next request"
1313
EOL
1414

1515
# Copy to clipboard

0 commit comments

Comments
 (0)