From 1e08abbd5e5429d1f4aca59826cb76e2825b5263 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 8 Apr 2018 12:53:27 +0200 Subject: [PATCH] [packages.json] added electron 'npm run build:electron' --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",