fix: force pnpm install to bypass cached store missing linux binding

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-15 00:33:24 +01:00
parent e4fb05aa27
commit bf9f27068d

View File

@@ -2,7 +2,7 @@
nixPkgs = ["nodejs_23", "pnpm"]
[phases.install]
cmds = ["pnpm install --no-frozen-lockfile"]
cmds = ["pnpm install --no-frozen-lockfile --force"]
[phases.build]
cmds = ["pnpm build"]