From 9746686c7ad64edfe9f92e3aa09da1d25703ec2e Mon Sep 17 00:00:00 2001
From: openbuilds-engineer
Date: Wed, 1 Mar 2023 16:12:24 +0200
Subject: [PATCH] Test package.json override
---
package.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package.json b/package.json
index fee7899..c7c9e20 100644
--- a/package.json
+++ b/package.json
@@ -60,8 +60,7 @@
"start": "echo \"Error: no start script specified\" && exit 0",
"test": "echo \"Error: no test specified\" && exit 0",
"release": "echo \"When you want to create a new release, follow these steps:\" && echo \"1) Update the version in your project's package.json file (e.g. 1.0.3xx)\" && echo \"2) Commit that change (git commit -am v1.0.3xx)\" && echo \"3) Push your changes to GitHub (git push)\"",
- "run-local": "electron .",
- "postinstall": "electron-builder install-app-deps"
+ "run-local": "electron ."
},
"keywords": [
"usb"