chore(release): return release scripts back to original
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"automated-release": "release-it --preRelease --verbose --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:es:bundle build:es:bundle:core",
|
"build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:es:bundle build:es:bundle:core",
|
||||||
"build-bundle": "webpack --color --config webpack/bundle.babel.js",
|
"build-bundle": "webpack --color --config webpack/bundle.babel.js",
|
||||||
"build-core": "webpack --color --config webpack/core.babel.js",
|
"build-core": "webpack --color --config webpack/core.babel.js",
|
||||||
|
|||||||
@@ -22,8 +22,7 @@
|
|||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"@release-it/conventional-changelog": {
|
"@release-it/conventional-changelog": {
|
||||||
"preset": "angular",
|
"preset": "angular"
|
||||||
"ignoreRecommendedBump": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user