Skip to content

Commit

Permalink
✏️ rename make to just schema
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Aug 9, 2023
1 parent 4a317d3 commit 646c148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fmt:

# Only generates the entry point schema since that is the only
# contract that can be called externally.
entry-point schema:
schema:
cargo run --package skip-api-entry-point --bin schema

test:
Expand Down

0 comments on commit 646c148

Please sign in to comment.