Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
There are some compilation errors in the Storybook stories for the medical sources card component. This PR clears them up as well as updating some documentation.
Changes
serve-frontend-storybook
toserve-storybook
as there isn't a backend equivalent. Can change back if you want, but I didn't think thefrontend
was needed clarification and shorter commands are easier to type.test-frontend-storybook
as it was the same command asserve-storybook
and doesn't actually run tests like the other test commands. This threw me for a loop as a newbie to Storybook because I was expecting the test command to exit successfully like the other test commands.build-storybook
that can be used like test commands to ensure compilation succeeds without running the server.