fix(build): replace custom Deno compile scripts with tsdeno-based binary builds in CI and release workflows

This commit is contained in:
2026-03-15 15:41:37 +00:00
parent bcab4f274e
commit 19703de50d
10 changed files with 130 additions and 116 deletions

View File

@@ -5,7 +5,7 @@
"tasks": {
"test": "deno test --allow-all test/",
"test:watch": "deno test --allow-all --watch test/",
"compile": "bash scripts/compile-all.sh",
"compile": "tsdeno compile",
"dev": "pnpm run watch"
},
"imports": {