Skip to content

Commit 0f8e60b

Browse files
authored
fix: build not generated execute.d.ts (#3970)
1 parent 9423b6f commit 0f8e60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vitest/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const dtsEntries = {
4545
config: 'src/config.ts',
4646
coverage: 'src/coverage.ts',
4747
utils: 'src/public/utils.ts',
48+
execute: 'src/public/execute.ts',
4849
}
4950

5051
const external = [

0 commit comments

Comments
 (0)