Skip to content

Commit 3289c32

Browse files
authored
Fix up broken line
1 parent dbf17fd commit 3289c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function build(previousSizeMap) {
233233
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
234234
}
235235
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
236-
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
236+
console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000));
237237
console.log();
238238
}
239239
});

0 commit comments

Comments
 (0)