Skip to content

Commit 651477c

Browse files
committed
[bfops/frozen-lockfile]: smoketest fix
1 parent 67c2a1f commit 651477c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

crates/smoketests/tests/smoketests/templates.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,13 @@ fn setup_typescript_sdk_in_package_json(package_json_path: &Path) -> Result<()>
521521
update_package_json_dependency(package_json_path, "spacetimedb", &sdk_path)?;
522522

523523
run_pnpm(
524-
&["install", "--lockfile-only", "--offline", "--ignore-scripts"],
524+
&[
525+
"update",
526+
"spacetimedb",
527+
"--lockfile-only",
528+
"--offline",
529+
"--ignore-scripts",
530+
],
525531
package_json_path.parent().unwrap(),
526532
)?;
527533
Ok(())

0 commit comments

Comments
 (0)