Use --no-frozen-lockfile for pnpm install
Some checks failed
nix-bitcoin tests / build_test_drivers (push) Has been cancelled
nix-bitcoin tests / check_flake (push) Has been cancelled
nix-bitcoin tests / test_scenario (default) (push) Has been cancelled
nix-bitcoin tests / test_scenario (joinmarket-bitcoind-29) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netns) (push) Has been cancelled
nix-bitcoin tests / test_scenario (netnsRegtest) (push) Has been cancelled

This commit is contained in:
Patrick Mulligan 2026-01-09 22:51:03 +01:00
parent 36a3343f44
commit 9dd2de2ff5

View file

@ -396,7 +396,7 @@ in
fi fi
echo "==> Installing dependencies with pnpm..." echo "==> Installing dependencies with pnpm..."
pnpm install pnpm install --no-frozen-lockfile
echo "==> Building project..." echo "==> Building project..."
pnpm build pnpm build