diff --git a/Makefile b/Makefile index ec7c66871..af9bdf868 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ check: mypy pyright checkblack checkruff checkprettier checkbundle test: test-unit test-wallets test-api test-regtest install: - poetry install --only main + poetry install --only main --all-extras bundle: npm install