Skip to content

Commit 278204f

Browse files
authored
chore: add npm skip checks for OIDC publishing
1 parent 2485b83 commit 278204f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.release-it.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"releaseName": "v${version}"
99
},
1010
"npm": {
11-
"publish": true
11+
"publish": true,
12+
"skipChecks": true
1213
},
1314
"hooks": {
1415
"after:bump": "npm run build",
@@ -22,4 +23,4 @@
2223
"infile": "CHANGELOG.md"
2324
}
2425
}
25-
}
26+
}

0 commit comments

Comments
 (0)