This commit is contained in:
Vendicated
2023-04-09 03:06:19 +02:00
parent 805b6fbcc4
commit e265e70fb9
6 changed files with 40 additions and 6 deletions

View File

@@ -14,6 +14,7 @@
"package:dir": "pnpm build && electron-builder --dir",
"start": "pnpm build && electron .",
"start:dev": "pnpm build --dev && electron .",
"start:watch": "tsx scripts/startWatch.mts",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "pnpm build --watch"
},