From 29cddcaf2d922d97c839b1d74e95926fb0090f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Wed, 2 Sep 2026 18:40:11 -0700 Subject: [PATCH] fix: call the react recipes by their flat names The justfile moved to flat imports when osapi-justfiles reorganized, so `react::deps` and `react::build` no longer exist. GoReleaser still called them, and its hook runs before every build, so Docker Publish failed on every push to main with "justfile does not contain submodule `react`". The sweep that renamed the other call sites matched `*.yml` and missed this file, which is `.yaml`. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_013oR5Gt9WPTTdPKdnShdL7L --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2cfc67111..50ee097a6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -3,8 +3,8 @@ version: 2 before: hooks: - - just react::deps - - just react::build + - just react-deps + - just react-build - go mod tidy builds: