Skip to content

Commit 807439a

Browse files
committed
fix: use pnpm when installing rln contracts
1 parent 354dc65 commit 807439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rln/generate_contract_abi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function main() {
4040

4141
// Install dependencies
4242
console.log("📦 Installing dependencies...");
43-
exec("npm install", { cwd: CONTRACT_DIR });
43+
exec("pnpm i", { cwd: CONTRACT_DIR });
4444

4545
// Build contracts with Foundry
4646
console.log("🔨 Building contracts with Foundry...");

0 commit comments

Comments
 (0)