Skip to content

Commit 56d0b4b

Browse files
committed
Fix logged warning in version script
1 parent e131161 commit 56d0b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ async function run() {
165165
execSync(`git tag -a -m "Version ${version}" v${version}`);
166166
console.log(chalk.green(` Committed and tagged version ${version}`));
167167

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

0 commit comments

Comments
 (0)