[packages.json] added electron 'npm run build:electron'
This commit is contained in:
parent
381107e459
commit
1e08abbd5e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue