fix: restore forced install phase for linux native bindings

supportedArchitectures alone is not sufficient; force reinstall is
needed to fetch the correct linux binding at build time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-15 00:59:39 +01:00
parent da0231b427
commit 570f605ac7

View File

@@ -1,5 +1,8 @@
[phases.setup] [phases.setup]
nixPkgs = ["nodejs_23", "pnpm"] nixPkgs = ["nodejs_23", "pnpm"]
[phases.install]
cmds = ["pnpm install --no-frozen-lockfile --force"]
[phases.build] [phases.build]
cmds = ["pnpm build"] cmds = ["pnpm build"]