From a0af6ecdbfbc9402072ced1f649de512baba2a72 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Fri, 5 Apr 2019 08:46:21 +0200 Subject: [PATCH] CHANGE now.json so logs are public --- now.json | 1 + 1 file changed, 1 insertion(+) diff --git a/now.json b/now.json index e1caa87e6ead..766c1be32074 100644 --- a/now.json +++ b/now.json @@ -1,6 +1,7 @@ { "version": 2, "name": "monorepo", + "public": true, "builds": [ { "src": "examples/angular-cli/package.json", "use": "@now/static-build", "config": { "distDir": "storybook-static" } }, { "src": "examples/cra-kitchen-sink/package.json", "use": "@now/static-build", "config": { "distDir": "storybook-static" } },