From 9cd6e115468425582aa53923517b0c9f849b8b3e Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Tue, 3 Apr 2018 10:27:32 +1200 Subject: [PATCH] Fixed issue with build script --- desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index 3b4d9a5..b9829cd 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -16,7 +16,7 @@ "push_win" : "~/butler push ~/Desktop/Dotgrid-win32-x64/ hundredrabbits/dotgrid:windows-64", "push_theme" : "~/butler push ~/Github/HundredRabbits/Themes/themes/ hundredrabbits/dotgrid:themes", "push_status" : "~/butler status hundredrabbits/dotgrid", - "push" : "npm run build ; npm run theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" + "push" : "npm run build ; npm run push_theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" }, "devDependencies": { "electron": "^1.8.1"