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
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:
parent
36a3343f44
commit
9dd2de2ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue