fix examples

This commit is contained in:
Michael Shilman 2022-04-08 23:54:00 +08:00
parent 07ff0f54d5
commit c1deb39525
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 17
parallelism: 16
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'

View File

@ -22,5 +22,5 @@ module.exports = {
builder: 'webpack4',
},
staticDirs: ['../public'],
frameework: '@storybook/react',
framework: '@storybook/react',
};