mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
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:
parent
67e49c82a3
commit
3b6b96f551
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue