Skip to content

Commit

Permalink
Fixed scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtrakoff committed May 19, 2023
1 parent ebe0d98 commit 424d740
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"test": "test"
},
"scripts": {
"tests:integration": "forge t --no-match-contract '(?:Fuzz|Invariant)'",
"tests:fuzz": "forge t --match-contract '(?:Fuzz)'",
"tests:invariant": "forge t --match-contract '(?:Invariant)'"
"tests:integration": "forge t --no-match-contract '(?:Fuzz)'",
"tests:fuzz": "forge t --match-contract '(?:Fuzz)'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 424d740

Please sign in to comment.