Ändere Skriptnamen in package.json und turbo.json für Konsistenz und Klarheit

This commit is contained in:
PxlLoewe
2025-03-07 06:08:42 -07:00
parent 0d7c3a365c
commit c1f1ad47b7
3 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo run db:migrate && turbo dev",
"migrate": "turbo db:migrate",
"dev": "turbo run migrate && turbo dev",
"migrate": "turbo migrate",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},