Skip to content

Commit

Permalink
Fix for lingui warning (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 authored Jun 20, 2022
1 parent 6c817f2 commit 952780e
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 @@ -204,7 +204,7 @@
"graphql:generate": "graphql-codegen --config codegen.yml",
"prei18n:extract": "touch src/locales/en-US.po",
"postinstall": "yarn contracts:compile && yarn graphql:generate && yarn i18n:compile",
"i18n:extract": "lingui extract --locale en-US",
"i18n:extract": "cross-env NODE_ENV=development lingui extract --locale en-US",
"i18n:compile": "yarn i18n:extract && lingui compile",
"i18n:pseudo": "lingui extract --locale pseudo && lingui compile",
"prepare": "yarn contracts:compile && yarn graphql:generate && yarn i18n:compile",
Expand Down

0 comments on commit 952780e

Please sign in to comment.