Add back yarn dev for convenience

This commit is contained in:
Alex Gleason
2020-04-14 16:50:42 -05:00
parent 8a19b89c16
commit 4cb1392bd5
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.0",
"scripts": {
"start": "npx webpack-dev-server --config webpack/development.js",
"dev": "${npm_execpath} run start",
"build:development": "NODE_ENV=development npx webpack --config webpack/development.js",
"build:production": "NODE_ENV=production npx webpack --config webpack/production.js",
"manage:translations": "node ./webpack/translationRunner.js",