Updated the npm build command to also run grunt

This commit is contained in:
Gregory Ballantine 2022-05-22 11:50:44 -04:00
parent 5585a638eb
commit 6d975af8be

View File

@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build --win --linux"
"build": "grunt; electron-builder build --win --linux"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [