mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
Build command
This commit is contained in:
parent
26beb66147
commit
5b9e4f4467
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user