From 31c7aa644b628056084ee3f14aeaaff291fe1ff2 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 22 May 2022 11:52:08 -0400 Subject: [PATCH] Moved grunt to its own commmand in NPM --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e6584db..49be3a8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "main.js", "scripts": { "start": "electron .", - "build": "grunt; electron-builder build --win --linux" + "build": "electron-builder build --win --linux", + "grunt": "grunt" }, "repository": "https://github.com/electron/electron-quick-start", "keywords": [