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