Skip to content

Commit

Permalink
Fix screen record script
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent 0c7791d commit 40dc9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const command = cmd.command({
updateCargoToml(await getPackageVersion());
exec("cargo build --release");
exec("pnpm generate-command-docs --binary-path=./target/release/pactup");
exec("./scripts/record_screen.sh");
// exec("./scripts/record_screen.sh");
},
});

Expand Down

0 comments on commit 40dc9c9

Please sign in to comment.