chore: remove redundant translations on upload (#1510)

## Description

Clean redundant translations by default.

This should stop the AI from doing strange things to commented out
translations.
This commit is contained in:
David Nguyen
2024-12-06 07:04:15 +09:00
committed by GitHub
parent 67e49c82a3
commit 3b6b96f551

View File

@ -32,7 +32,7 @@
"trigger:dev": "npm run with:env -- npx trigger-cli dev --handler-path=\"/api/jobs\"",
"inngest:dev": "inngest dev -u http://localhost:3000/api/jobs",
"make:version": " npm version --workspace @documenso/web --workspace @documenso/marketing --include-workspace-root --no-git-tag-version -m \"v%s\"",
"translate:extract": "lingui extract",
"translate:extract": "lingui extract --clean",
"translate:compile": "turbo run translate:compile --filter=@documenso/web --filter=@documenso/marketing --filter=@documenso/ui"
},
"packageManager": "npm@10.7.0",
@ -74,4 +74,4 @@
"trigger.dev": {
"endpointId": "documenso-app"
}
}
}