Created
September 19, 2021 16:18
-
-
Save majirosstefan/8bdaf4561d58ee7f359e421900edd2ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node makeTranslations.js | |
// ๐ or if you used global installation of translate-json-object library, you would need to use | |
NODE_PATH=$(npm root -g) node ./scripts/makeTranslations.js | |
// ๐ or add it as npm script into package.json, so you would run it w/ npm run checkTranslations command | |
"checkTranslations": "NODE_PATH=$(npm root -g) node ./scripts/makeTranslations.js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment