From 32cce827905e419d683cf84c1957ebf0f4512871 Mon Sep 17 00:00:00 2001 From: David Langley Date: Wed, 26 Nov 2025 09:32:26 +0000 Subject: [PATCH] add back yarn (#31284) --- packages/shared-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-components/package.json b/packages/shared-components/package.json index 15714cb0b9..d6831474fa 100644 --- a/packages/shared-components/package.json +++ b/packages/shared-components/package.json @@ -43,7 +43,7 @@ "lint:types": "tsc --noEmit --jsx react", "test:storybook": "test-storybook --url http://localhost:6007/", "test:storybook:ci": "concurrently -k -s first -n \"SB,TEST\" \"yarn storybook --no-open\" \"wait-on tcp:6007 && yarn test-storybook --url http://localhost:6007/ --ci --maxWorkers=2\"", - "test:storybook:update": "playwright-screenshots --entrypoint /work/node_modules/.bin/test-storybook --with-node-modules --url http://host.docker.internal:6007/ --updateSnapshot" + "test:storybook:update": "playwright-screenshots --entrypoint yarn --with-node-modules && playwright-screenshots --entrypoint /work/node_modules/.bin/test-storybook --with-node-modules --url http://host.docker.internal:6007/ --updateSnapshot" }, "dependencies": { "classnames": "^2.5.1",