Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 309 Bytes

UPDATE-PROCESS.md

File metadata and controls

11 lines (10 loc) · 309 Bytes

Update process

  • Bump version number in package.json
  • Update all dependencies to latest version —> double check newly updated versions
  • Run yarn in the command line
  • Run yarn generate-stories
  • Test yarn storybook
  • Run yarn build
  • Run npm publish --access public
  • Run yarn update-git