package.json: Add (npm run) dev command

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-02-01 16:37:53 +01:00
parent 9377b5ca7b
commit ca704f09dd
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE

View file

@ -9,6 +9,7 @@
"build:development": "cross-env RAILS_ENV=development NODE_ENV=development ./bin/webpack",
"build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
"manage:translations": "node ./config/webpack/translationRunner.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config config/webpack/development.js --progress --color",
"start": "node ./streaming/index.js",
"test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest",
"test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",