Skip to content

Instantly share code, notes, and snippets.

@fulopdaniel
Created August 10, 2018 16:38
Show Gist options
  • Save fulopdaniel/bb4167a29175ae15d0040bb4ca865dad to your computer and use it in GitHub Desktop.
Save fulopdaniel/bb4167a29175ae15d0040bb4ca865dad to your computer and use it in GitHub Desktop.
"scripts": {
"build:translations": "react-intl-cra './src/**/*.js' -o ./build/messages/messages.json && babel scripts/translate.js | node && babel scripts/copyTranslationsToDB.js | node",
"fetch:translations": "babel scripts/fetchTranslationsFromDB.js | node",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment