From 8213648deefd435d609ab54c5f85ec5b5db22587 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 3 May 2019 12:56:11 -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",