We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3703ae commit 6bb987fCopy full SHA for 6bb987f
scripts/update-docs-branch.js
@@ -65,5 +65,5 @@ if (!matchingDocsBranches) {
65
66
run('npm run prepare-docs');
67
run('git add -f docs'); // --force needed because generated docs files are gitignored
68
-run('git commit -m "Update docs"');
+run('git commit --no-verify -m "Update docs"');
69
run(`git checkout ${currentBranch}`);
0 commit comments