Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 374 Bytes

DEPENDABOT_PULL_REQUEST_TEMPLATE.md

File metadata and controls

8 lines (7 loc) · 374 Bytes

Checklist for Dependency Update PR

  1. Checkout to this branch.
  2. Run npm ci on packages/core.
  3. Run npm run build-all and npm start to ensure there are no build errors.
    • Confirm that the build completes without errors.
    • Start Storybook and check for any issues.
    • Verify that there are no visual deviations or errors in the components.