mirror of
https://github.com/fluencelabs/cosmos-hackathon-frontend
synced 2025-03-15 01:30:51 +00:00
pack
This commit is contained in:
parent
6180ceaa1b
commit
4503625f75
@ -6,7 +6,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "webpack-dev-server",
|
"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": [
|
"files": [
|
||||||
"index.html"
|
"index.html"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user