build: add a "yarn build" script to desktop-electron
This commit is contained in:
parent
bccad70a2c
commit
87529218df
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"description": "A simple and powerful personal finance system",
|
||||
"version": "4.0.2",
|
||||
"scripts": {
|
||||
"build": "electron-builder",
|
||||
"watch": "cross-env ACTUAL_DOCUMENT_DIR=\"../../data\" ACTUAL_DATA_DIR=\"../../data\" electron ."
|
||||
},
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue