fix: remove legacy sdk from ci builds

This commit is contained in:
Dax Raad 2026-07-20 22:51:12 -04:00
commit 39fdd67123
3 changed files with 5 additions and 2 deletions

View file

@ -6,8 +6,7 @@
"license": "MIT",
"scripts": {
"test": "bun test",
"typecheck": "tsgo --noEmit",
"build": "bun ./script/build.ts"
"typecheck": "tsgo --noEmit"
},
"exports": {
".": "./src/index.ts",