Add back yarn dev for convenience
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user