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
Branches
Tags
No related merge requests found
......@@ -68,6 +68,9 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run build --filter llamaindex
- name: Use Build For Examples
run: pnpm link ../packages/core/
working-directory: ./examples
- name: Run Type Check
run: pnpm run type-check
- name: Run Circular Dependency Check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment