Skip to content

Commit ed177d5

Browse files
committed
disable husky
1 parent d762b69 commit ed177d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-next-major.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ let currentGitHash = null
128128
try {
129129
await promiseSpawn(
130130
`git`,
131-
[`commit`, `-am`, `Comitting patch files changes`],
131+
[`commit`, `-am`, `Comitting patch files changes`, `--no-verify`],
132132
{
133133
cwd: path.resolve(__dirname, `../`),
134134
stdio: [`inherit`, `inherit`, `inherit`],

0 commit comments

Comments
 (0)