Skip to content

Commit 3300de4

Browse files
committed
Missing
1 parent 1c9a6f5 commit 3300de4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ pkg.version = newVersion;
5252
await writeFile("package.json", `${JSON.stringify(pkg, null, 2)}\n`);
5353
console.log("Updated package.json");
5454

55+
await $`bun check:unsafe`;
56+
5557
// 5. Git operations
5658
const tag = `v${newVersion}`;
5759
let output = `version=${newVersion}\ntag=${tag}\n`;

0 commit comments

Comments
 (0)