From 2c891190924e3701de532b9d0b3506b3a372d1ca Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Tue, 13 Apr 2021 14:24:02 -0500 Subject: [PATCH] cicd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 712f332..8d21426 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "main": "background.js", "scripts": { "dev": "vue-cli-service electron:serve", - "build": "vue-cli-service electron:build" + "build": "vue-cli-service electron:build --mac" }, "repository": { "type": "git", -- 2.43.0