Skip to content

Commit

Permalink
Merge pull request #759 from matter-labs/mmzk_0830_fix_cleanup
Browse files Browse the repository at this point in the history
fix: Fixed yarn clean - to remove zksync artifacts too
  • Loading branch information
StanislavBreadless authored Aug 30, 2024
2 parents 3301a13 + c05daf6 commit 262ee7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l1-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"zksync-ethers": "^5.9.0"
},
"scripts": {
"build": "hardhat compile & CONTRACTS_BASE_NETWORK_ZKSYNC=true hardhat compile ",
"build": "hardhat compile && CONTRACTS_BASE_NETWORK_ZKSYNC=true hardhat compile ",
"build-l1": "hardhat compile",
"clean": "hardhat clean",
"clean": "hardhat clean && CONTRACTS_BASE_NETWORK_ZKSYNC=true hardhat clean",
"clean:foundry": "forge clean",
"test": "yarn workspace da-contracts build && hardhat test test/unit_tests/*.spec.ts --network hardhat",
"test:foundry": "forge test --ffi",
Expand Down

0 comments on commit 262ee7e

Please sign in to comment.