How to prevent incremental storybook builds when running ember test -s
#44
Labels
question
Further information is requested
ember test -s
#44
When running
ember test -s
, after any file save, storybook will incrementally build and slow down testing a lot. Is there a way to prevent incremental storybook buildings when runningember test -s
?Below is a screenshot of storybook building after a file save when running
![Screen Shot 2020-07-08 at 10 55 47 AM](https://user-images.githubusercontent.com/5769153/86953667-96f92c00-c109-11ea-877b-3df3f557173a.png)
ember test -s
The text was updated successfully, but these errors were encountered: