Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealconada committed Dec 5, 2024
1 parent 4d649ad commit bf8d4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ./.github/composite-actions/setup-ci

- name: Compile contracts
run: yarn compile
run: yarn hardhat compile && forge build

- name: Run coverage
run: yarn coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "test"
},
"scripts": {
"compile": "hardhat compile && forge build --zksync --libraries ./contracts/util/SignatureChecker.sol:SignatureChecker:$(dotenv -p SIGNATURE_CHECKER_ADDRESS) && ./flatten-generated-types.sh",
"compile": "hardhat compile && forge build --zksync ./flatten-generated-types.sh",
"contract-size": "hardhat size-contracts",
"coverage": "hardhat coverage",
"forge:simulate": "forge script -vvvv --gas-estimate-multiplier $(dotenv -p GAS_MULTIPLIER) -vvvv --libraries ./contracts/util/SignatureChecker.sol:SignatureChecker:$(dotenv -p SIGNATURE_CHECKER_ADDRESS) --zksync",
Expand Down

0 comments on commit bf8d4e7

Please sign in to comment.