mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:21:14 +08:00
Add non-monorepo testing tools to exclude lists
This commit is contained in:
parent
c74fe21a6c
commit
b5470a2691
@ -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/') &&
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user