This commit is contained in:
DieMyst 2019-06-16 16:32:09 +03:00
parent 6180ceaa1b
commit 4503625f75

View File

@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"start:prod": "webpack-dev-server --host 0.0.0.0 --port 80"
"start:prod": "webpack-dev-server --host 0.0.0.0 --port 80",
"build": "webpack"
},
"files": [
"index.html"