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 5f07fbb commit 32cce82Copy full SHA for 32cce82
1 file changed
packages/shared-components/package.json
@@ -43,7 +43,7 @@
43
"lint:types": "tsc --noEmit --jsx react",
44
"test:storybook": "test-storybook --url http://localhost:6007/",
45
"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\"",
46
- "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"
47
},
48
"dependencies": {
49
"classnames": "^2.5.1",
0 commit comments