We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e839dff commit 3a1ed7aCopy full SHA for 3a1ed7a
scripts/build.js
@@ -44,9 +44,9 @@ webpack(config).run(function(err, stats) {
44
console.log('For example:');
45
console.log();
46
console.log(' cd build');
47
- console.log(' npm install -g http-server');
48
- console.log(' hs');
49
- console.log(' ' + openCommand + ' http://localhost:8080');
+ console.log(' npm install -g st');
+ console.log(' st -p 8000 -i index.html');
+ console.log(' ' + openCommand + ' http://localhost:8000');
50
51
}
52
console.log('The bundle is optimized and ready to be deployed to production.');
0 commit comments