Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ npm run dist:win / dist:linux / dist:mac # Platform-specific packaging

# Database
npm run prisma:generate # Regenerate Prisma client
npx prisma migrate dev --name <name> # Create a new migration
npm run prisma:migrate # Create a new migration (prompts for name)
npm run prisma:push # Push schema changes without a migration file
npm run prisma:template # Update prisma/template.db after migrations
npm run prisma:studio # Open Prisma Studio

# Quality
# Quality (requires SonarQube running: docker-compose up -d)
npm run sonar # Run SonarQube analysis only
npm run sonar:check # Full check: tests + coverage + SonarQube analysis

# Storybook
Expand Down
Loading