Skip to content

Commit

Permalink
Merge pull request #85 from entando/ENG-846-make-widget-i18n-windows-…
Browse files Browse the repository at this point in the history
…compatible

ENG-846 Make the widget i18n postinstall step Windows compatible.
  • Loading branch information
nshaw committed Jul 10, 2020
2 parents 9bd14d6 + b0cbc93 commit e4b8695
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "react-scripts test --verbose",
"eject": "react-scripts eject",
"lint": "eslint --fix ./src",
"i18n": "./node_modules/i18next-scanner/bin/cli.js --config ./scripts/i18next-scanner.config.js",
"i18n": "node ./node_modules/i18next-scanner/bin/cli.js --config ./scripts/i18next-scanner.config.js",
"postinstall": "npm run i18n"
},
"eslintConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"coverage": "npm test -- --coverage",
"eject": "react-scripts eject",
"lint": "eslint --fix ./src",
"i18n": "./node_modules/i18next-scanner/bin/cli.js --config ./scripts/i18next-scanner.config.js",
"i18n": "node ./node_modules/i18next-scanner/bin/cli.js --config ./scripts/i18next-scanner.config.js",
"postinstall": "npm run i18n"
},
"eslintConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"coverage": "npm test -- --coverage",
"eject": "react-scripts eject",
"lint": "eslint --fix ./src",
"i18n": "./node_modules/i18next-scanner/bin/cli.js --config ./scripts/i18next-scanner.config.js",
"i18n": "node ./node_modules/i18next-scanner/bin/cli.js --config ./scripts/i18next-scanner.config.js",
"postinstall": "npm run i18n"
},
"eslintConfig": {
Expand Down

0 comments on commit e4b8695

Please sign in to comment.