removed serve tasks

This commit is contained in:
Fedor Katurov 2019-12-13 13:26:19 +07:00
parent 5b857c1724
commit d55f403ff2

View file

@ -6,8 +6,6 @@
"main": "./src/js/index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --mode development --hot --open --inline --progress",
"serve": "node ./backend/bin/www",
"serve-dev": "nodemon ./backend/bin/www",
"build": "NODE_ENV=production webpack --env production --config=webpack.config.js --progress -p",
"profile": "webpack --json > stats.json"
},