Skip to content

Commit 937762b

Browse files
committed
build(tools): use hook to generate types after vite building
needs cleaning, so that only need types are generated
1 parent ee762be commit 937762b

File tree

6 files changed

+559
-9
lines changed

6 files changed

+559
-9
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { add } from './src/lib/index';
1+
import add from './src/lib/index';
22

33
export { add };

0 commit comments

Comments
 (0)