mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-15 01:22:01 +00:00
merge msgs and build csv in translations:extract script
This commit is contained in:
parent
32859fe86f
commit
554d092921
@ -14,8 +14,8 @@
|
||||
"build:stable": "rimraf build/stable && npx webpack --config webpack/production.babel.js --output-path build/stable --progress --bail",
|
||||
"build:beta": "rimraf build/beta && cross-env BUILD=beta npx webpack --config webpack/production.babel.js --output-path build/beta --progress --bail",
|
||||
"build:dev": "rimraf build.dev && cross-env BUILD=development npx webpack --config webpack/production.babel.js --output-path build/dev --progress --bail",
|
||||
"translations:extract": "rimraf translations/extractedMessages && cross-env NODE_ENV=translations babel src",
|
||||
"translations:upload": "yarn translations:extract && yarn ttm merge-msgs && yarn ttm build-csv && yarn ttm upload",
|
||||
"translations:extract": "rimraf translations/extractedMessages && cross-env NODE_ENV=translations babel src && yarn ttm merge-msgs && yarn ttm build-csv",
|
||||
"translations:upload": "yarn translations:extract && yarn ttm upload",
|
||||
"translations:download": "yarn ttm build-translations && sleep 1 && yarn ttm export-translations",
|
||||
"flow": "flow check src",
|
||||
"lint": "run-s lint:*",
|
||||
|
Loading…
Reference in New Issue
Block a user