Move translationRunner.js out of /webpack directory
This commit is contained in:
parent
239ccb807a
commit
56b1515d5e
2 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
"dev": "${npm_execpath} run start",
|
||||
"build": "npx webpack",
|
||||
"jsdoc": "npx jsdoc -c jsdoc.conf.js",
|
||||
"manage:translations": "node ./webpack/translationRunner.js",
|
||||
"manage:translations": "node ./translationRunner.js",
|
||||
"test": "npx cross-env NODE_ENV=test npx jest",
|
||||
"test:coverage": "${npm_execpath} run test --coverage",
|
||||
"test:all": "${npm_execpath} run test:coverage && ${npm_execpath} run lint",
|
||||
|
|
Loading…
Reference in a new issue