Skip to content

Commit 109efb4

Browse files
authored
chore: Update the run-test-service.sh script for new package names. (#1251)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Low risk change limited to a contract-test shell script; main impact is ensuring CI/dev test runs still find the correct Yarn workspace. > > **Overview** > Updates `packages/sdk/browser/contract-tests/run-test-service.sh` to run the contract test service using the new scoped Yarn workspace name (`@launchdarkly/browser-contract-test-service`) for both the adapter and main service commands. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 4f31763. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 213a40a commit 109efb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn workspace browser-contract-test-service run start:adapter & yarn workspace browser-contract-test-service run start && kill $!
1+
yarn workspace @launchdarkly/browser-contract-test-service run start:adapter & yarn workspace @launchdarkly/browser-contract-test-service run start && kill $!

0 commit comments

Comments
 (0)