Skip to content

Commit 2ebd05f

Browse files
authored
Merge branch 'master' into develop
2 parents 4128891 + d8dbb2e commit 2ebd05f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
2929
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
30+
CI: false

.release-it.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"releaseName": "Adyen Node API Library v${version}"
1212
},
1313
"hooks": {
14-
"before:init": [
15-
"npm run lint",
16-
"npm run test"
17-
],
1814
"after:bump": [
1915
"npm run build",
2016
"npx auto-changelog -p"

0 commit comments

Comments
 (0)