Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Sep 11, 2024
1 parent 651efe0 commit 0d2ddf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "forge build",
"zkbuild": "forge build -- --zksync",
"test": "forge test --no-match-test \"testIntegration\"",
"zktest": "forge test --no-match-test \"testIntegration\" --zksync --chain 300",
"build": "forge build --skip '*ZKSync*'",
"zkbuild": "forge build --zksync",
"test": "forge test --no-match-test \"testIntegration\" --skip '*ZKSync*'",
"zktest": "forge test --no-match-test \"testIntegration\" --system-mode=true --zksync --gas-limit 1000000000 --chain 300",
"build": "forge build --skip '*ZKSync*'",
"zkbuild": "forge build --zksync",
"test": "forge test --no-match-test \"testIntegration\" --skip '*ZKSync*'",
Expand All @@ -25,4 +25,4 @@
"forge-std": "https://github.com/foundry-rs/forge-std",
"solhint": "^3.6.1"
}
}
}

0 comments on commit 0d2ddf1

Please sign in to comment.