File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/sdk/browser/contract-tests/entity Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4545
4646 # Contract Tests
4747 - name : Install Playwright browsers
48- run : npx playwright install --with-deps chromium
48+ run : yarn workspace focus browser-contract-test-service install-playwright-browsers
4949
5050 - name : Install contract test dependencies
5151 run : yarn workspaces focus browser-contract-test-adapter browser-contract-test-service
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "description" : " Contract test service implementation for @launchdarkly/js-client-sdk" ,
77 "scripts" : {
8+ "install-playwright-browsers" : " playwright install --with-deps chromium" ,
89 "start" : " tsc --noEmit && vite --open=true" ,
910 "build" : " tsc --noEmit && vite build" ,
1011 "lint" : " eslint ./src" ,
You can’t perform that action at this time.
0 commit comments