housekeeping: force release-it reversion (#6090)

This commit is contained in:
Tim Lai
2020-06-04 17:41:44 -07:00
committed by GitHub
parent aae64f7e7e
commit e9c54b8868
2 changed files with 342 additions and 2112 deletions

View File

@@ -15,7 +15,7 @@
],
"license": "Apache-2.0",
"scripts": {
"automated-release": "release-it -W --config ./release/.release-it.json",
"automated-release": "release-it -VV --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",
@@ -143,7 +143,7 @@
"prettier": "^1.19.1",
"raw-loader": "^3.1.0",
"react-test-renderer": "^15.5.4",
"release-it": "^12.3.4",
"release-it": "^12.4.3",
"rimraf": "^2.7.1",
"sass-loader": "^7.1.0",
"selenium-server-standalone-jar": "^3.141.5",