Skip to content

Commit

Permalink
Build example deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Nov 5, 2024
1 parent 807fa19 commit 4ff029b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sdk/node-server-sdk-ai
name: sdk/server-ai

on:
push:
Expand Down Expand Up @@ -29,9 +29,9 @@ jobs:
run: |
yarn workspaces focus @launchdarkly/hello-ai-bedrock
yarn workspace @launchdarkly/hello-ai-bedrock lint
yarn workspace @launchdarkly/hello-ai-bedrock build
yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-ai-bedrock' run build
- name: Build OpenAI example
run: |
yarn workspaces focus @launchdarkly/hello-openai
yarn workspace @launchdarkly/hello-openai lint
yarn workspace @launchdarkly/hello-openai build
yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-openai' run build

0 comments on commit 4ff029b

Please sign in to comment.