2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 23:00:56 +00:00

Build command

This commit is contained in:
Faris Ansari 2018-10-21 13:26:06 +05:30
parent 26beb66147
commit 5b9e4f4467

View File

@ -10,12 +10,13 @@
"build": {
"appId": "io.frappe.accounting"
},
"main": "main.js",
"main": "dist/electron/main.js",
"license": "MIT",
"scripts": {
"test": "mocha tests",
"start": "frappe start",
"electron": "ELECTRON=true frappe start electron"
"electron": "ELECTRON=true frappe start electron",
"build-electron": "NODE_ENV=production ELECTRON=true frappe build electron && electron-builder"
},
"dependencies": {
"frappejs": "^0.0.10"