From fc5e303f3464b92fc8516208e4858a5aaa687f57 Mon Sep 17 00:00:00 2001 From: Arthur Denner Date: Wed, 9 Mar 2022 16:04:37 +0100 Subject: [PATCH] chore: hush Vercel deploy comment [skip ci] (#741) --- now.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/now.json b/now.json index 8a683401..28a2100c 100644 --- a/now.json +++ b/now.json @@ -3,6 +3,9 @@ "public": true, "alias": "react-semantic-ui-datepickers", "name": "react-semantic-ui-datepickers", + "github": { + "silent": true + }, "builds": [ { "src": "./package.json",