Skip to content

Commit

Permalink
chore: save package.json in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
3esmit committed Feb 24, 2024
1 parent 706a5c9 commit fda74d0
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 @@ -29,4 +29,4 @@
"prettier:write": "prettier --write **/*.{json,md,yml} --ignore-path=.prettierignore",
"gas-report": "forge test --gas-report 2>&1 | (tee /dev/tty | awk '/Test result:/ {found=1; buffer=\"\"; next} found && !/Ran/ {buffer=buffer $0 ORS} /Ran/ {found=0} END {printf \"%s\", buffer}' > .gas-report)"
}
}
}

0 comments on commit fda74d0

Please sign in to comment.