ALWAYS run before committing:
- Format files:
pnpm run format - Run tests:
pnpm run test - Check linting:
pnpm run lint
- Always format before committing
- Ensure all tests pass
- Verify no linting errors
# Format all files
pnpm run format
# Run tests
pnpm run test
# Run linter
pnpm run lint
# Build extensions
pnpm run build