From 6353180289dcf463e0e0c49404a625758b380362 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Thu, 19 Dec 2024 16:58:24 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96242127dbc..687d3d33fcd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prepack": "scripts/prepack.sh", "generate": "scripts/generate/run.js", "version": "scripts/release/version.sh", - "test": ". scripts/set-max-old-space-size.sh && echo $NODE_OPTIONS && hardhat test", + "test": ". scripts/set-max-old-space-size.sh && hardhat test", "test:generation": "scripts/checks/generation.sh", "test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*", "test:pragma": "scripts/checks/pragma-consistency.js artifacts/build-info/*",