storybook/docs/_snippets/test-runner-execute-with-url.md
Kyle Gach c94e995d2d Split problematic snippet into two
- It previously mixed three package manager snippets with a common one, which doesn't work correctly
2024-06-21 09:28:21 -06:00

396 B

npm run test-storybook -- --url https://the-storybook-url-here.com
pnpm run test-storybook  --url https://the-storybook-url-here.com
yarn test-storybook --url https://the-storybook-url-here.com