chore: update d script in package.json (#1703)

Add the `translate:compile` command to the `d` script.
This commit is contained in:
Catalin Pit
2025-03-14 07:15:57 +02:00
committed by GitHub
parent 67bbb6c6f4
commit 55b7697316

View File

@ -14,7 +14,7 @@
"prepare": "husky && husky install || true",
"commitlint": "commitlint --edit",
"clean": "turbo run clean && rimraf node_modules",
"d": "npm run dx && npm run dev",
"d": "npm run dx && npm run translate:compile && npm run dev",
"dx": "npm i && npm run dx:up && npm run prisma:migrate-dev && npm run prisma:seed",
"dx:up": "docker compose -f docker/development/compose.yml up -d",
"dx:down": "docker compose -f docker/development/compose.yml down",
@ -80,4 +80,4 @@
"trigger.dev": {
"endpointId": "documenso-app"
}
}
}