mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
fix cra bench
This commit is contained in:
parent
43649105e1
commit
2bfbba59ca
@ -296,7 +296,9 @@ jobs:
|
||||
background: true
|
||||
- run:
|
||||
name: Wait for registry
|
||||
command: yarn wait-on http://localhost:6000
|
||||
command: |
|
||||
cd code
|
||||
yarn wait-on http://localhost:6000
|
||||
- run:
|
||||
name: set up cra repro, skip tests
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user