chore: save package.json in windows

This commit is contained in:
Ricardo Guilherme Schmidt
2024-02-26 10:38:12 -03:00
parent b7114854cb
commit 04538e65d0

View File

@@ -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)"
}
}
}