From d65ac6db50826acd1240cc99a01356b917b31568 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 1 Feb 2018 23:52:45 +0100 Subject: [PATCH] actually use version script --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index db90089..168ae42 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", - "preversion": "npm run build" + "version": "npm run build && git add build" }, "proxy": "http://localhost:5000", "homepage": "http://pi"