Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/preCommitHook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi

echo "Running generate-constants-json on staged files ..."

yarn generate-constants-json
yarn generate-constants-json && yarn prettier --write script/utils/constants.json
GENERATE_CONSTANTS_JSON_EXIT=$?
if [ $GENERATE_CONSTANTS_JSON_EXIT -ne 0 ]; then
echo "generate-constants-json encountered an error. Aborting the hook."
Expand Down
Loading