fix: verify docs after release generation
This commit is contained in:
+9
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user