Skip to content

Commit 3b22146

Browse files
committed
fix: ci errors
1 parent 23be14e commit 3b22146

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

knip.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const config: KnipConfig = {
4040
},
4141
'packages/vue-i18n': {
4242
ignore: ['src/runtime.ts'],
43+
ignoreFiles: ['src/vue.d.ts', 'src/vue.ts'],
4344
ignoreDependencies: ['@vue/devtools-api', '@intlify/devtools-types']
4445
},
4546
'packages/size-check-core': {

scripts/build-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function buildTypings(targets: string[]): Promise<void> {
3939
}
4040

4141
const ts = await fs.readFile(file, 'utf-8')
42-
const dts = isolatedDeclaration(file, ts, {
42+
const dts = await isolatedDeclaration(file, ts, {
4343
sourcemap: false,
4444
stripInternal: true
4545
})

0 commit comments

Comments
 (0)