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