From 8747f95dc6d1462f0a94b2ab266c5cf5edffd941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Bia=C5=82y?= Date: Wed, 22 May 2024 17:33:01 +0200 Subject: [PATCH] finally I think I've fixed this ffs --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 086f69c9..75d2ac8f 100644 --- a/Justfile +++ b/Justfile @@ -46,7 +46,7 @@ compile-all: compile-json compile-sdk compile-auto compile-codegen compile-scrip test-all: test-json test-sdk test-auto test-codegen test-scripts test-integration test-cfg test-templates test-examples test-markdown # Publishes everything locally -publish-local-all: publish-local-json publish-local-sdk publish-local-auto publish-local-codegen publish-local-cfg publish-local-scripts install-language-plugin +publish-local-all: publish-local-json publish-local-sdk publish-local-auto publish-local-cfg publish-local-codegen publish-local-scripts install-language-plugin # Publishes everything to Maven publish-maven-all: publish-maven-json publish-maven-sdk publish-maven-auto publish-maven-codegen publish-maven-scripts