File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - name : Install Playwright Browsers
2424 run : pnpm exec playwright install --with-deps
2525 - name : Run Storybook tests
26- run : pnpm test: storybook:ci
26+ run : pnpm storybook:ci
Original file line number Diff line number Diff line change 2929 "cli" : " node packages/cli/dist/cli.js" ,
3030 "objectui" : " node packages/cli/dist/cli.js" ,
3131 "storybook" : " storybook dev -p 6006" ,
32- "build: storybook" : " storybook build" ,
33- "test: storybook" : " test-storybook --testTimeout=90000" ,
34- "test: storybook:ci" : " concurrently -k -s first \" pnpm storybook --no-open\" \" wait-on tcp:6006 && pnpm test: storybook\" " ,
32+ "storybook:build " : " storybook build" ,
33+ "storybook:test " : " test-storybook --testTimeout=90000" ,
34+ "storybook:ci" : " concurrently -k -s first \" pnpm storybook --no-open\" \" wait-on tcp:6006 && pnpm storybook:test \" " ,
3535 "doctor" : " node packages/cli/dist/cli.js doctor" ,
3636 "studio" : " node packages/cli/dist/cli.js studio" ,
3737 "check" : " node packages/cli/dist/cli.js check" ,
Original file line number Diff line number Diff line change 11{
2- "buildCommand" : " pnpm build- storybook" ,
2+ "buildCommand" : " pnpm storybook:build " ,
33 "outputDirectory" : " storybook-static" ,
44 "framework" : " storybook" ,
55 "installCommand" : " pnpm install"
You can’t perform that action at this time.
0 commit comments