Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 250110d

Browse files
committed
build: seutp esbuild and turbo
1 parent 606cae5 commit 250110d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/auto-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tsup && pnpm build:types",
2222
"build:fast": "tsup",
2323
"types:check": "tsc --noEmit",
24-
"build:types": "tsup src --dts-only",
24+
"build:types": "echo 'TODO: create auto-import types'",
2525
"dev": "tsup --watch",
2626
"build:rollup": "rollup -c && pnpm build:types"
2727
},

0 commit comments

Comments
 (0)