fix: verify docs after release generation

This commit is contained in:
2026-07-13 14:18:44 +05:30
parent 1c541f3350
commit 3b46c69601
2 changed files with 14 additions and 4 deletions
+9 -1
View File
@@ -216,7 +216,15 @@ function publish(all: PackageInfo[], version: string) {
console.log(`\nUpdating docs repository at ${docsRoot}\n`);
run(
process.execPath,
["x", "--package", `@wrnexus/cli@${version}`, "wrnexus", "update", `--version=${version}`],
[
"x",
"--package",
`@wrnexus/cli@${version}`,
"wrnexus",
"update",
`--version=${version}`,
"--no-verify",
],
docsRoot,
);
syncDocsManifest(all, version);