diff --git a/package.json b/package.json index 64f46cf..bde8052 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "ISC", @@ -36,4 +37,4 @@ "browserslist": [ "last 2 Chrome versions" ] -} +} \ No newline at end of file