From 5e46ee5ca7f8857a2c96a29e0fd9deaf613b62d8 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 5 Nov 2019 19:24:57 +0900 Subject: [PATCH] chore: silence now comments --- now.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/now.json b/now.json index 2d407d7..0a85c62 100644 --- a/now.json +++ b/now.json @@ -26,5 +26,8 @@ ], "env": { "NTA_APPLICATION_ID": "@namae-nta-application-id" + }, + "github": { + "silent": true } }