Skip to content

Commit

Permalink
fix: fix some comments in generate-intros-partial script
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed Apr 25, 2024
1 parent 4f14b1a commit 0240476
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copy schema.graphql to a temporary file
cp schema.graphql schema.tmp.graphql

# Add lines at the beginning of the file
# Add lines at the end of the file
cat <<EOF >> schema.tmp.graphql
" Byte array, represented as a hexadecimal string. Commonly used for Ethereum hashes and addresses. "
scalar Bytes
Expand All @@ -21,7 +21,7 @@ graphql-codegen
# Navigate to the docs directory
cd docs || exit

# Run prettier on schema-introspection.json
# Run prettier on schema-introspection-partial.json
prettier schema-introspection-partial.json --write

# Remove the temporary file
Expand Down

0 comments on commit 0240476

Please sign in to comment.