Skip to content

Commit

Permalink
Fix logged warning in version script
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jul 16, 2024
1 parent e131161 commit 56d0b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async function run() {
execSync(`git tag -a -m "Version ${version}" v${version}`);
console.log(chalk.green(` Committed and tagged version ${version}`));

if (givenVersion !== "experimental") {
if (!isExperimental) {
console.log(
chalk.red(
` 🚨 @remix-run/router isn't handled by this script, do it manually!`
Expand Down

0 comments on commit 56d0b4b

Please sign in to comment.