Skip to content
Snippets Groups Projects
Commit 4ab036a4 authored by netpro2k's avatar netpro2k
Browse files

Dev server should not be running in produciton mode

parent 2eb96436
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
},
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --mode=production",
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "rimraf ./public && cross-env NODE_ENV=production webpack --mode=production",
"doc": "node ./scripts/doc/build.js",
"prettier": "prettier --write '*.js' 'src/**/*.js'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment