Skip to content

Commit

Permalink
chore: add --no-verify to update docs cdn urls script commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Mar 4, 2025
1 parent 40435ce commit 4aaa9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-docs-cdn-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export function updateDocsCdnUrls(version: string): void {

execSync('git add docs/');
execSync(
`git commit -m "chore: update docs CDN URLs to version ${version}"`,
`git commit --no-verify -m "chore: update docs CDN URLs to version ${version}"`,
);
}

0 comments on commit 4aaa9fd

Please sign in to comment.