Skip to content

Commit

Permalink
Merge pull request #11 from axieinfinity/implement-feature/ci/add-new…
Browse files Browse the repository at this point in the history
…-ci-scripts

feat(ci): implement `add-new-ci-scripts`
  • Loading branch information
huyhuynh3103 authored Jan 18, 2024
2 parents 567444f + d7e9152 commit 9d15d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stashed=true
if [[ $output == *"No local changes to save"* ]]; then
stashed=false
fi
forge build --force --skip test/ script/ --sizes 2>&1 | sed -n '/Contract/,$p' > logs/contract-code-sizes.log
forge build --skip test script --sizes 2>&1 | sed -n '/Contract/,$p' > logs/contract-code-sizes.log
.husky/generate-layout.sh

git add logs
Expand Down

0 comments on commit 9d15d17

Please sign in to comment.