From d1968f5b1aee344a97ada3ea6017903e5c4a562c Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 3 May 2019 12:28:31 -0500 Subject: [PATCH] Add build script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be16de4..c9480a1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Light and dark colorful Gtk3.20+ theme", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "git push && sh install.sh" }, "repository": { "type": "git",