Skip to content

Commit

Permalink
chore(release): return release scripts back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Nov 3, 2021
1 parent e7e977c commit 32b3b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
],
"license": "Apache-2.0",
"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-bundle": "webpack --color --config webpack/bundle.babel.js",
"build-core": "webpack --color --config webpack/core.babel.js",
Expand Down
3 changes: 1 addition & 2 deletions release/.release-it.json
Expand Up @@ -22,8 +22,7 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"ignoreRecommendedBump": true
"preset": "angular"
}
}
}

0 comments on commit 32b3b97

Please sign in to comment.