Skip to content

Commit

Permalink
Merge branch 'main' into ci-fixes-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Sep 13, 2024
2 parents 6e8a837 + 54e3d5e commit 08f2274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compile:
npx hardhat run scripts/hardhat/postCompile.ts

force-compile:
npx hardhat compile --concurrency 4 --force
npx hardhat compile --force
npx hardhat run scripts/hardhat/postCompile.ts

clean:
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"pnpm": ">=9"
},
"scripts": {
"build": "npx hardhat compile --concurrency 4",
"build": "npx hardhat compile",
"test": "npm run autoupdate && npx hardhat test",
"test:reportgas": "REPORT_GAS=true npx hardhat test",
"coverage": "npm run autoupdate && npx hardhat coverage --solcoverjs ./.solcover.js",
Expand Down

0 comments on commit 08f2274

Please sign in to comment.