Skip to content

Commit

Permalink
disable husky
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Aug 10, 2021
1 parent d762b69 commit ed177d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-next-major.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let currentGitHash = null
try {
await promiseSpawn(
`git`,
[`commit`, `-am`, `Comitting patch files changes`],
[`commit`, `-am`, `Comitting patch files changes`, `--no-verify`],
{
cwd: path.resolve(__dirname, `../`),
stdio: [`inherit`, `inherit`, `inherit`],
Expand Down

0 comments on commit ed177d5

Please sign in to comment.