fix(scripts): install production dependencies before compiling binaries and exclude local node_modules from builds

This commit is contained in:
2026-03-15 13:37:03 +00:00
parent 1e05c08002
commit 64e947735f
4 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-15 - 1.13.2 - fix(scripts)
install production dependencies before compiling binaries and exclude local node_modules from builds
- Adds a dependency installation step using the application entrypoint before cross-platform compilation
- Updates all deno compile targets to use --node-modules-dir=none to avoid bundling local node_modules
## 2026-03-15 - 1.13.1 - fix(deno)
remove nodeModulesDir from Deno configuration