Update .release-it.json

This commit is contained in:
Ricardo Ambrogi
2020-09-25 09:14:34 +02:00
committed by GitHub
parent a72692a82e
commit d8dbb2ebf0

View File

@@ -11,10 +11,6 @@
"releaseName": "Adyen Node API Library v${version}"
},
"hooks": {
"before:init": [
"npm run lint",
"npm run test"
],
"after:bump": [
"npm run build",
"npx auto-changelog -p"