72606ad376
* Revert storybook updates - pin versions - add production build CI * test.yml wasnt added to the commit Co-authored-by: Sabe Jones <sabrecat@gmail.com>
Storybook Updates
Addon-Knobs has been deprecated inorder to update to the new addons-controls we need to:
- Change to the new export syntax for each story
export const StoryTemplate - And use
StoryTemplate.argsandStoryTemplate.argTypesto have the sameknobsas before
Maybe this can be made story by story and not all at once