Add non-monorepo testing tools to exclude lists

This commit is contained in:
Ian VanSchooten 2022-04-28 10:22:13 -04:00
parent c74fe21a6c
commit b5470a2691
2 changed files with 12 additions and 0 deletions

View File

@ -42,6 +42,10 @@ const excludeList = [
'@storybook/builder-vite',
'@storybook/mdx1-csf',
'@storybook/mdx2-csf',
'@storybook/expect',
'@storybook/jest',
'@storybook/test-runner',
'@storybook/testing-library',
];
export const isCorePackage = (pkg: string) =>
pkg.startsWith('@storybook/') &&

View File

@ -79,6 +79,14 @@ packages:
access: $all
publish: $all
proxy: npmjs
'@storybook/expect':
access: $all
publish: $all
proxy: npmjs
'@storybook/jest':
access: $all
publish: $all
proxy: npmjs
# storybook packages are NOT proxied to global registry
# allowing us to republish any version during tests