From 71d59a11d58da3846fc9b7efa1d9d238f879b0c6 Mon Sep 17 00:00:00 2001 From: swaptr Date: Sun, 2 Oct 2022 08:23:41 +0530 Subject: [PATCH] fix-build: temp fix for breaking upstream changes in spec --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9bcd2e0..1778ea9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ default: analyze dep: dart pub global activate melos; - dart pub global activate spec_cli; +# dart pub global activate spec_cli; dart pub global activate changelog_cmd; $(CC) bootstrap @@ -75,4 +75,4 @@ changelog: changelog_rpc changelog_plugin changelog_cln_common changelog_lnlambd ci: dep ci_check_rpc check_plugin check_common check_lnlambda clean: - $(CC) clean \ No newline at end of file + $(CC) clean