mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
build: add a yarn clean script to desktop-electron
This commit is contained in:
@@ -131,7 +131,7 @@ fi
|
|||||||
|
|
||||||
(
|
(
|
||||||
cd packages/desktop-electron;
|
cd packages/desktop-electron;
|
||||||
rm -rf dist;
|
yarn clean;
|
||||||
|
|
||||||
export npm_config_better_sqlite3_binary_host="https://static.actualbudget.com/prebuild/better-sqlite3"
|
export npm_config_better_sqlite3_binary_host="https://static.actualbudget.com/prebuild/better-sqlite3"
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"description": "A simple and powerful personal finance system",
|
"description": "A simple and powerful personal finance system",
|
||||||
"version": "4.0.2",
|
"version": "4.0.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf dist",
|
||||||
"build": "electron-builder",
|
"build": "electron-builder",
|
||||||
"watch": "cross-env ACTUAL_DOCUMENT_DIR=\"../../data\" ACTUAL_DATA_DIR=\"../../data\" electron ."
|
"watch": "cross-env ACTUAL_DOCUMENT_DIR=\"../../data\" ACTUAL_DATA_DIR=\"../../data\" electron ."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user