From c7fbd9dc08b4f9f4caace382fc4840348a096fc8 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Mon, 11 Jun 2018 11:09:41 -0300 Subject: [PATCH] Change postreleasy script --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2d93151d..f4a4bc10 100644 --- a/manifest.json +++ b/manifest.json @@ -19,6 +19,6 @@ ], "settingsSchema": {}, "scripts": { - "postreleasy": "vtex publish --public" + "postreleasy": "vtex publish --verbose" } }