fix(release): complete local readiness gates
This commit is contained in:
@@ -130,6 +130,7 @@ fn pick_unused_port() -> Result<u16, ExitCode> {
|
||||
|
||||
fn start_html_examples_server(addr: &str) -> Result<HtmlExamplesServer, ExitCode> {
|
||||
let mut child = Command::new("cargo")
|
||||
.current_dir(workspace_root())
|
||||
.args(["run", "-p", "hemx-html-examples"])
|
||||
.env(
|
||||
"HEMX_HTML_EXAMPLES_PORT",
|
||||
|
||||
Reference in New Issue
Block a user