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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user