add checkbundle to make check (#2169)
This commit is contained in:
parent
3ad18ca365
commit
2d00f4c41c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ all: format check
|
|||
|
||||
format: prettier black ruff
|
||||
|
||||
check: mypy pyright checkblack checkruff checkprettier
|
||||
check: mypy pyright checkblack checkruff checkprettier checkbundle
|
||||
|
||||
prettier:
|
||||
poetry run ./node_modules/.bin/prettier --write lnbits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue