housekeeping: add verbose 2 for release-it (#6089)

This commit is contained in:
Tim Lai
2020-06-04 16:40:59 -07:00
committed by GitHub
parent 5a2b911067
commit aae64f7e7e

View File

@@ -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",