From bc3b9163b70488b17b08efc392649cb0a70f3419 Mon Sep 17 00:00:00 2001 From: feildmaster Date: Thu, 24 Dec 2020 23:17:22 -0600 Subject: [PATCH] chore: update scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 4ca463d..7280b08 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,8 @@ "pack": "electron-builder --dir", "dist": "electron-builder", "postinstall": "electron-builder install-app-deps", + "update": "npm version minor --m=\"chore(update): Release v%s\"", + "patch": "npm version patch --m=\"chore(patch): Release v%s\"", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [],