mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-30 04:32:01 +02:00
add checkbundle to make check (#2169)
This commit is contained in:
parent
3ad18ca365
commit
2d00f4c41c
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ all: format check
|
|||||||
|
|
||||||
format: prettier black ruff
|
format: prettier black ruff
|
||||||
|
|
||||||
check: mypy pyright checkblack checkruff checkprettier
|
check: mypy pyright checkblack checkruff checkprettier checkbundle
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
poetry run ./node_modules/.bin/prettier --write lnbits
|
poetry run ./node_modules/.bin/prettier --write lnbits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user