File tree 3 files changed +6
-3
lines changed 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ builds.forEach(async (build) => {
39
39
console . log ( `Watching ${ build . entryPoints } (${ build . format } )…` )
40
40
await context . watch ( )
41
41
} else {
42
- console . log ( `Built ${ build . entryPoints } ( ${ build . format } )…` )
42
+ await context . rebuild ( )
43
43
context . dispose ( )
44
+ console . log ( `Built ${ build . entryPoints } (${ build . format } )…` )
44
45
}
45
46
} )
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ builds.forEach(async (build) => {
39
39
console . log ( `Watching ${ build . entryPoints } (${ build . format } )…` )
40
40
await context . watch ( )
41
41
} else {
42
- console . log ( `Built ${ build . entryPoints } ( ${ build . format } )…` )
42
+ await context . rebuild ( )
43
43
context . dispose ( )
44
+ console . log ( `Built ${ build . entryPoints } (${ build . format } )…` )
44
45
}
45
46
} )
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ builds.forEach(async (build) => {
39
39
console . log ( `Watching ${ build . entryPoints } (${ build . format } )…` )
40
40
await context . watch ( )
41
41
} else {
42
- console . log ( `Built ${ build . entryPoints } ( ${ build . format } )…` )
42
+ await context . rebuild ( )
43
43
context . dispose ( )
44
+ console . log ( `Built ${ build . entryPoints } (${ build . format } )…` )
44
45
}
45
46
} )
You can’t perform that action at this time.
0 commit comments