Skip to content

Commit

Permalink
chore: 🔥 remove script debug comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Feb 1, 2024
1 parent 7ea75df commit 1516826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ useBlockStdout();
console.log('Check git status');
const status = (await $`git status --porcelain`).stdout.trim();
if (status) {
// throw new Error('Please commit all changes before release');
throw new Error('Please commit all changes before release');
}

// check git remote update
Expand Down

0 comments on commit 1516826

Please sign in to comment.