Adding build script

This commit is contained in:
Fabian Stamm 2019-09-11 15:13:13 +02:00
parent c1ba296f2a
commit 2908579cb5

View File

@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "parcel --no-hmr --port 8080 src/index.html"
"dev": "parcel --no-hmr --port 8080 src/index.html",
"build": "parcel build src/index.html"
},
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "ISC",
@ -36,4 +37,4 @@
"browserslist": [
"last 2 Chrome versions"
]
}
}