Skip to content

Commit e2847bd

Browse files
joker23claude
andcommitted
fix: Use build:client for contract test utils in node-client CI
build:client compiles tsconfig.client.json which already includes dist/index.js and dist/client.js without pulling in the server-side TestHook that depends on @launchdarkly/js-server-sdk-common (not built in the node-client CI pipeline). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 582500e commit e2847bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'
3737
run: yarn workspace @launchdarkly/node-client-sdk-contract-tests install --no-immutable
3838
- name: Build shared contract test utils
39-
run: yarn workspace @launchdarkly/js-contract-test-utils build:no-server
39+
run: yarn workspace @launchdarkly/js-contract-test-utils build:client
4040
- name: Build the test service
4141
run: yarn workspace @launchdarkly/node-client-sdk-contract-tests build
4242
- name: Launch the test service in the background

0 commit comments

Comments
 (0)