Skip to content

Commit e640bbe

Browse files
committed
chore: Do not be so verbose
1 parent 33c1e40 commit e640bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"start": "yarn db:migrate && GLOBAL_AGENT_ENVIRONMENT_VARIABLE_NAMESPACE='' NO_PROXY='localhost,127.0.0.1' next start ./app -p $PORT",
2424
"typecheck": "lingui compile && tsc --noEmit -p ./app && tsc --noEmit -p ./embed",
2525
"lint": "eslint app -c .eslintrc.json",
26-
"locales:extract": "NODE_ENV=development lingui extract --verbose --clean; ./scripts/strip-locale-line-numbers.sh",
26+
"locales:extract": "NODE_ENV=development lingui extract --clean; ./scripts/strip-locale-line-numbers.sh",
2727
"locales:compile": "lingui compile --verbose",
2828
"locales:push": "accent sync --add-translations",
2929
"locales:pull": "accent export; yarn locales:extract # putting back file location comments",

0 commit comments

Comments
 (0)