Remove Ember server from Storybook startup (#7980)

The presence of Storybook’s preview-head.html file in the repository
is a constant annoyance: it’s only needed for Storybook and it changes
all the time, producing a lot of Git noise. By making it a separate
step to have the Ember CLI server running before starting Storybook,
we no longer need to have preview-head in the repository. It needed to
be present because there was a race condition where it was sometimes
not generated in time for the Storybook parallel startup.
This commit is contained in:
Buck Doyle
2020-05-15 13:53:31 -05:00
committed by GitHub
parent 2673c85908
commit e884b5f923
4 changed files with 3 additions and 9 deletions

1
.gitignore vendored
View File

@@ -81,6 +81,7 @@ rkt-*
# misc
/ui/.sass-cache
/ui/.storybook/preview-head.html
/ui/connect.lock
/ui/coverage/*
/ui/libpeerconnection.log