Skip to content

Commit 7881ef1

Browse files
gaearonrandycoulman
authored andcommitted
Fix up broken line
1 parent f314479 commit 7881ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function build(previousSizeMap) {
224224
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
225225
}
226226
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
227-
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
227+
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000));
228228
console.log();
229229
}
230230
});

0 commit comments

Comments
 (0)