File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export async function build(_options: Options) {
208
208
)
209
209
}
210
210
211
- experimentalDtsTask ( )
211
+ await experimentalDtsTask ( )
212
212
213
213
if ( options . dts ) {
214
214
await new Promise < void > ( ( resolve , reject ) => {
@@ -346,8 +346,6 @@ export async function build(_options: Options) {
346
346
} ) ,
347
347
] )
348
348
349
- experimentalDtsTask ( )
350
-
351
349
if ( options . onSuccess ) {
352
350
if ( typeof options . onSuccess === 'function' ) {
353
351
onSuccessCleanup = await options . onSuccess ( )
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ const convertArrayEntriesToObjectEntries = (arrayOfEntries: string[]) => {
322
322
/**
323
323
* Resolves and standardizes entry paths into an object format. If the provided
324
324
* entry is a string or an array of strings, it resolves any potential glob
325
- * patterns amd converts the result into an entry object. If the input is
325
+ * patterns and converts the result into an entry object. If the input is
326
326
* already an object, it is returned as-is.
327
327
*
328
328
* @example
You can’t perform that action at this time.
0 commit comments