We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807fa19 commit 4ff029bCopy full SHA for 4ff029b
.github/workflows/node-ai.yml renamed to .github/workflows/server-ai.yml
@@ -1,4 +1,4 @@
1
-name: sdk/node-server-sdk-ai
+name: sdk/server-ai
2
3
on:
4
push:
@@ -29,9 +29,9 @@ jobs:
29
run: |
30
yarn workspaces focus @launchdarkly/hello-ai-bedrock
31
yarn workspace @launchdarkly/hello-ai-bedrock lint
32
- yarn workspace @launchdarkly/hello-ai-bedrock build
+ yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-ai-bedrock' run build
33
- name: Build OpenAI example
34
35
yarn workspaces focus @launchdarkly/hello-openai
36
yarn workspace @launchdarkly/hello-openai lint
37
- yarn workspace @launchdarkly/hello-openai build
+ yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-openai' run build
0 commit comments