qmd/scripts
Jörg Thalheim 8c4b4b335d sync stale bun.lock, guard against future lockfile drift
bun.lock still resolved better-sqlite3 to 11.x after package.json was
bumped to ^12.4.5 in v2.0.0. This breaks sandboxed builds (e.g. Nix
with bun2nix) where network access is unavailable to resolve the
mismatch.

CI and the publish workflow now use --frozen-lockfile so drift is caught
immediately. The release script also validates lockfile consistency
before tagging.

Closes #386
2026-03-13 13:34:17 +01:00
..
extract-changelog.sh feat: compile to JS for npm, release system, full changelog 2026-02-16 08:42:32 -04:00
install-hooks.sh feat: compile to JS for npm, release system, full changelog 2026-02-16 08:42:32 -04:00
pre-push fix: pre-push hook writes to stderr, no interactive prompts 2026-02-16 11:53:52 -04:00
release.sh sync stale bun.lock, guard against future lockfile drift 2026-03-13 13:34:17 +01:00