mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:51:07 +08:00
Test runner step needs to install from verdaccio
This commit is contained in:
parent
c9fc2b428f
commit
20ee4877ad
@ -538,6 +538,15 @@ jobs:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
name: Running local registry
|
||||
command: yarn local-registry --port 6000 --open
|
||||
background: true
|
||||
working_directory: code
|
||||
- run:
|
||||
name: Wait for registry
|
||||
command: yarn wait-on http://localhost:6000
|
||||
working_directory: code
|
||||
- run:
|
||||
name: Serve Sandboxes
|
||||
command: yarn http-server ../built-sandboxes -p 8001
|
||||
|
Loading…
x
Reference in New Issue
Block a user