diff --git a/package.json b/package.json index 0e528b531..898897cde 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/webpack/translationRunner.js b/translationRunner.js similarity index 100% rename from webpack/translationRunner.js rename to translationRunner.js