Skip to content
Snippets Groups Projects
Unverified Commit 1f3efe89 authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

fix: ensure to use build for examples (#729)

parent 89324b40
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,9 @@ jobs: ...@@ -68,6 +68,9 @@ jobs:
run: pnpm install run: pnpm install
- name: Build - name: Build
run: pnpm run build --filter llamaindex run: pnpm run build --filter llamaindex
- name: Use Build For Examples
run: pnpm link ../packages/core/
working-directory: ./examples
- name: Run Type Check - name: Run Type Check
run: pnpm run type-check run: pnpm run type-check
- name: Run Circular Dependency Check - name: Run Circular Dependency Check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment