Move translationRunner.js out of /webpack directory

This commit is contained in:
Alex Gleason 2022-10-14 15:54:37 -05:00
parent 239ccb807a
commit 56b1515d5e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 1 additions and 1 deletions

View file

@ -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",