Skip to content

Commit

Permalink
chore: skip script tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Nov 20, 2024
1 parent 133214e commit fa1fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"scripts": {
"ci:coverage": "forge coverage --report lcov && yarn lcov:clean",
"ci:coverage": "forge coverage --report lcov --no-match-path 'test/scripts/*' && yarn lcov:clean",
"coverage": "FOUNDRY_PROFILE=dev forge coverage --report lcov && yarn lcov:clean && yarn lcov:generate-html",
"compile": "forge build",
"compile:dev": "FOUNDRY_PROFILE=dev forge build",
Expand Down

0 comments on commit fa1fe05

Please sign in to comment.