Skip to content

Commit 0656303

Browse files
committed
Fix types generation
1 parent c1e00cc commit 0656303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dist/**"
1717
],
1818
"scripts": {
19-
"build": "tsc && vite build",
19+
"build": "vite build && tsc",
2020
"clean": "rm -rf dist",
2121
"dev": "tsup --watch && tsc -p tsconfig-build.json -w",
2222
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)