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

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-15 - 1.13.3 - fix(build)
replace custom Deno compile scripts with tsdeno-based binary builds in CI and release workflows
- adds @git.zone/tsdeno as a dev dependency and configures compile targets in npmextra.json
- updates CI and release workflows to install Node.js dependencies before running tsdeno compile
- removes the legacy scripts/compile-all.sh script and points the compile task to tsdeno compile
## 2026-03-15 - 1.13.2 - fix(scripts)
install production dependencies before compiling binaries and exclude local node_modules from builds