-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add sv #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add sv #32
Conversation
If i undersand that correctly |
Running |
branch: 'main', | ||
build: 'pnpm build', | ||
beforeTest: | ||
'pnpm playwright install chromium && pnpx storybook@latest --version', // prefetch the storybook cli to reduce fetching errors in tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the storybook cli used by the tests also always "latest"? what happens if they release a new major?
If possible make it a devDependency and call it via pnpm storybook
just like playwright
main has been updated and should no longer have audit errors, changes to package.json & lockfile can be reverted here |
Adds
sv
, Relates sveltejs/cli#622