File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ function printHostingInstructions(
35
35
) } field in your ${ chalk . cyan ( 'package.json' ) } .`
36
36
) ;
37
37
console . log ( ) ;
38
- console . log ( `The ${ chalk . cyan ( 'build' ) } folder is ready to be deployed.` ) ;
38
+ console . log (
39
+ `The ${ chalk . cyan ( buildFolder ) } folder is ready to be deployed.`
40
+ ) ;
39
41
console . log ( `To publish it at ${ chalk . green ( publicUrl ) } , run:` ) ;
40
42
// If script deploy has been added to package.json, skip the instructions
41
43
if ( typeof appPackage . scripts . deploy === 'undefined' ) {
@@ -83,7 +85,9 @@ function printHostingInstructions(
83
85
) } field in your ${ chalk . cyan ( 'package.json' ) } .`
84
86
) ;
85
87
console . log ( ) ;
86
- console . log ( `The ${ chalk . cyan ( 'build' ) } folder is ready to be deployed.` ) ;
88
+ console . log (
89
+ `The ${ chalk . cyan ( buildFolder ) } folder is ready to be deployed.`
90
+ ) ;
87
91
console . log ( ) ;
88
92
} else {
89
93
if ( publicUrl ) {
You can’t perform that action at this time.
0 commit comments