mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
49 lines
782 B
YAML
49 lines
782 B
YAML
storage: ./storage
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
cache: true
|
|
|
|
packages:
|
|
# storybook's 'legacy' packages
|
|
'@storybook/react-simple-di':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
'@storybook/react-stubber':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
|
|
# storybook packages are NOT proxied to global registry
|
|
# allowing us to republish any version during tests
|
|
'@storybook/*':
|
|
access: $all
|
|
publish: $all
|
|
|
|
'sb':
|
|
access: $all
|
|
publish: $all
|
|
|
|
'storybook':
|
|
access: $all
|
|
publish: $all
|
|
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
|
|
logs:
|
|
- {type: stdout, format: pretty, level: http}
|