Closed EmilyHazlehurst closed 2 months ago
Before you merge this one in, would you mind making a change to public/app/frontend/package.json please?
public/app/frontend/package.json
At the moment, if I start the project, there is an error because storybook can't launch a browser from within the container.
If you set "watch": "concurrently \"npm:watch-dev\" \"storybook dev -p 6006 --no-open\"", then that should fix it.
"watch": "concurrently \"npm:watch-dev\" \"storybook dev -p 6006 --no-open\"",
Before you merge this one in, would you mind making a change to
public/app/frontend/package.json
please?At the moment, if I start the project, there is an error because storybook can't launch a browser from within the container.
If you set
"watch": "concurrently \"npm:watch-dev\" \"storybook dev -p 6006 --no-open\"",
then that should fix it.