Commit 81b0cad5 by Archer Committed by GitHub

fix: build sdk before browser sandbox validation (#7023)

parent 98e73eb3
...@@ -77,6 +77,9 @@ jobs: ...@@ -77,6 +77,9 @@ jobs:
- name: Install browser-sandbox dependencies - name: Install browser-sandbox dependencies
run: pnpm install --frozen-lockfile --ignore-scripts --filter @fastgpt/browser-sandbox... run: pnpm install --frozen-lockfile --ignore-scripts --filter @fastgpt/browser-sandbox...
- name: Build browser-sandbox SDK dependencies
run: pnpm --filter @fastgpt-sdk/otel build
- name: Typecheck browser-sandbox - name: Typecheck browser-sandbox
run: pnpm --filter @fastgpt/browser-sandbox typecheck run: pnpm --filter @fastgpt/browser-sandbox typecheck
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment