Before Pushing

Use when about to push commits to remote repository

viteinfinite e168579 459 B Updated

File contents

Before Pushing

Overview

CRITICAL: Always verify the following checklist before pushing to remote.

Checklist

  • npm run build has run and ./dist/ is up to date
  • Ensure the dist folder is committed

Common Mistakes

  • Pushing without committing the built dist folder
  • Forgetting to run build before pushing
  • Having uncommitted dist changes

viteinfinite/sync-skills/tree/main/.sync-skills/skills/before-pushing commit e1685798aa

Frequently asked questions

npx skillmds@latest add viteinfinite/before-pushing