release: WRNexusJS 0.8.3
This commit is contained in:
@@ -230,6 +230,9 @@ function prepare(all: PackageInfo[], version: string) {
|
||||
run(process.execPath, ["run", "sbom"]);
|
||||
run(process.execPath, ["run", "benchmark:framework"]);
|
||||
run(process.execPath, ["run", "check"]);
|
||||
run(process.execPath, ["run", "check:editor-compiler"]);
|
||||
run(process.execPath, ["run", "check:editor-language-server"]);
|
||||
run(process.execPath, ["run", "check:editor-extension"]);
|
||||
run(process.execPath, ["run", "scripts/publish-packages.ts"]);
|
||||
run(process.execPath, ["run", "test:staged-consumers"]);
|
||||
validateStaging(all, version);
|
||||
@@ -305,6 +308,9 @@ function publish(all: PackageInfo[], version: string) {
|
||||
run(process.execPath, ["run", "check:workspace"]);
|
||||
run(process.execPath, ["run", "validate:0.8"]);
|
||||
run(process.execPath, ["run", "security:framework"]);
|
||||
run(process.execPath, ["run", "check:editor-compiler"]);
|
||||
run(process.execPath, ["run", "check:editor-language-server"]);
|
||||
run(process.execPath, ["run", "check:editor-extension"]);
|
||||
requireCleanAndPushed(root, "Framework");
|
||||
requireCleanAndPushed(docsRoot, "Docs");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user