## Steps
1. Make sure local storybook is updated
1. `git fetch`
2. `git pull`
2. Make sure your local npm package is updated
3. Remove the file/folder that has been updated in storybook
4. Replace the removed files with the updated files in storybook
5. Update the version # of package.json
6. Rebuild the package
1. `npm run build`
7. Add and commit
8. Run `npm publish` (login with credentials if needed)
9. push to branch
10. go to frontend project and run `npm-check -u`
11. update the package, git add and commit and push to release/next