diff --git a/scripts/prepare-version.ts b/scripts/prepare-version.ts index 688318d..b5a2dc9 100755 --- a/scripts/prepare-version.ts +++ b/scripts/prepare-version.ts @@ -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"); }, });