diff --git a/package.json b/package.json index a135fc7..13df664 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "clean": "rm ./public_html/*.{js,css,html,svg,map}", "dev": "parcel watch ./parcel/index.html --out-dir ./public_html --no-hmr", "build:alternative": "cross-env NODE_ENV=production parcel watch ./parcel/index.html --out-dir ./public_html --no-hmr", - "build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps --no-minify" + "build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps --no-minify", + "build:electron": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps --no-minify --target electron" }, "dependencies": { "vue": "^2.5.9",