Skip to content

Commit

Permalink
Merge pull request #452 from morpho-labs/refactor/yarn
Browse files Browse the repository at this point in the history
refactor(yarn): dont force compilation
  • Loading branch information
Rubilmax authored Aug 31, 2023
2 parents 14a8b27 + a79742a commit 60e6af1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ wrap_comments = true
[profile.build]
test = "/dev/null"
script = "/dev/null"
force = true


[profile.test]
via-ir = false
extra_output_files = []


# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"postinstall": "husky install && forge install",
"build:forge": "FOUNDRY_PROFILE=build forge build",
"build:hardhat": "npx hardhat compile --force",
"build:hardhat": "npx hardhat compile",
"test:forge": "FOUNDRY_PROFILE=test forge test",
"test:forge:invariant": "FOUNDRY_MATCH_CONTRACT=InvariantTest yarn test:forge",
"test:forge:integration": "FOUNDRY_MATCH_CONTRACT=IntegrationTest yarn test:forge",
Expand Down

0 comments on commit 60e6af1

Please sign in to comment.