File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"prepack" : " scripts/prepack.sh" ,
26
26
"generate" : " scripts/generate/run.js" ,
27
27
"version" : " scripts/release/version.sh" ,
28
- "test" : " scripts/set-max-old-space-size.sh && hardhat test" ,
28
+ "test" : " . scripts/set-max-old-space-size.sh && hardhat test" ,
29
29
"test:generation" : " scripts/checks/generation.sh" ,
30
30
"test:inheritance" : " scripts/checks/inheritance-ordering.js artifacts/build-info/*" ,
31
31
"test:pragma" : " scripts/checks/pragma-consistency.js artifacts/build-info/*" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
5
5
export COVERAGE=true
6
6
export FOUNDRY_FUZZ_RUNS=10
7
7
8
- scripts/set-max-old-space-size.sh
8
+ . scripts/set-max-old-space-size.sh
9
9
10
10
# Hardhat coverage
11
11
hardhat coverage
You can’t perform that action at this time.
0 commit comments