Skip to content

Commit

Permalink
chore: Do not be so verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed May 30, 2024
1 parent 33c1e40 commit e640bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"start": "yarn db:migrate && GLOBAL_AGENT_ENVIRONMENT_VARIABLE_NAMESPACE='' NO_PROXY='localhost,127.0.0.1' next start ./app -p $PORT",
"typecheck": "lingui compile && tsc --noEmit -p ./app && tsc --noEmit -p ./embed",
"lint": "eslint app -c .eslintrc.json",
"locales:extract": "NODE_ENV=development lingui extract --verbose --clean; ./scripts/strip-locale-line-numbers.sh",
"locales:extract": "NODE_ENV=development lingui extract --clean; ./scripts/strip-locale-line-numbers.sh",
"locales:compile": "lingui compile --verbose",
"locales:push": "accent sync --add-translations",
"locales:pull": "accent export; yarn locales:extract # putting back file location comments",
Expand Down

0 comments on commit e640bbe

Please sign in to comment.