merge msgs and build csv in translations:extract script

pull/530/head
slowbackspace 5 years ago
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…
Cancel
Save