From aae64f7e7e7db9f499d06ce791b5df60148cba85 Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Thu, 4 Jun 2020 16:40:59 -0700 Subject: [PATCH] housekeeping: add verbose 2 for release-it (#6089) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2531e73a..87815e89 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "license": "Apache-2.0", "scripts": { - "automated-release": "release-it -V --config ./release/.release-it.json", + "automated-release": "release-it -W --config ./release/.release-it.json", "build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets", "build-bundle": "webpack --colors --config webpack/bundle.babel.js", "build-core": "webpack --colors --config webpack/core.babel.js",