Skip to content

Commit ef4c8ac

Browse files
committed
Example build changes.
1 parent c1b1f3e commit ef4c8ac

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/node-ai.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
workspace_path: packages/sdk/ai
2828
- name: Build bedrock example
2929
run: |
30-
cd packages/sdk/ai/examples/bedrock
31-
yarn && yarn build
30+
yarn workspaces focus @launchdarkly/hello-ai-bedrock
31+
yarn workspace @launchdarkly/hello-ai-bedrock lint
32+
yarn workspace @launchdarkly/hello-ai-bedrock build
3233
- name: Build OpenAI example
3334
run: |
34-
cd packages/sdk/ai/examples/opanai
35-
yarn && yarn build
35+
yarn workspaces focus @launchdarkly/hello-openai
36+
yarn workspace @launchdarkly/hello-openai lint
37+
yarn workspace @launchdarkly/hello-openai build

packages/sdk/ai/examples/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@launchdarkly/hello-ai",
2+
"name": "@launchdarkly/hello-openai",
33
"version": "0.1.0",
44
"description": "LaunchDarkly AI SDK for Node.js",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)