From c5e74255d8cf7ae3a8d4da4beb4a6632e03ea82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 30 Aug 2024 14:02:55 +0200 Subject: [PATCH] install all extras --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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