Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet committed Jun 13, 2024
1 parent 782863b commit 6c0e6c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ make generate
# in SubstrateLabs/substrate-typescript: copy the generated files
make sync-codegen
# format the code
make format-fix
# ensure the package builds
make build
```
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ update-version: ensure
sync-codegen: ensure
bin/sync-codegen.ts
make update-version
make format-fix

.PHONY: format-check
format-check: ensure
Expand Down

0 comments on commit 6c0e6c3

Please sign in to comment.