From bb05300f37fb1b450dd11c2ede1cfed7322ac774 Mon Sep 17 00:00:00 2001 From: Adamantios Date: Wed, 13 Sep 2023 16:53:27 +0300 Subject: [PATCH] chore: remove command for non-existing skills --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 10ddb82d..5967a82b 100644 --- a/Makefile +++ b/Makefile @@ -95,9 +95,7 @@ all-checks: clean format code-checks security generators common-checks-1 common- .PHONY: fix-abci-app-specs fix-abci-app-specs: - autonomy analyse fsm-specs --update --app-class MultiplexerAbciApp --package packages/valory/skills/multiplexer_abci autonomy analyse fsm-specs --update --app-class MechAbciApp --package packages/valory/skills/mech_abci - autonomy analyse fsm-specs --update --app-class TaskExecutionAbciApp --package packages/valory/skills/task_execution_abci echo "Successfully validated abcis!" protolint_install: