From 84195949980fb45cbe7a3949968982d53f937c63 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Fri, 25 Apr 2025 23:16:13 +0000 Subject: [PATCH] init --- tasks/rust-nx-merge/task.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tasks/rust-nx-merge/task.yaml b/tasks/rust-nx-merge/task.yaml index 45a45b7..33b5214 100644 --- a/tasks/rust-nx-merge/task.yaml +++ b/tasks/rust-nx-merge/task.yaml @@ -18,14 +18,6 @@ spec: description: context directory default: "" - - name: targetProjects - type: string - description: "Space-separated target project paths in monorepo (e.g., 'libs/auth libs/payment')" - - - name: sourceProjects - type: string - description: "Space-separated source project paths in workspace (e.g., 'generated/auth generated/payment')" - - name: version type: string description: "Version to set in Cargo.toml files" @@ -36,6 +28,14 @@ spec: description: "Name of the monorepo workspace directory" default: "unbox-x" + - name: targetProjects + type: string + description: "Space-separated target project paths in monorepo (e.g., 'libs/auth libs/payment')" + + - name: sourceProjects + type: string + description: "Space-separated source project paths in workspace (e.g., 'generated/auth generated/payment')" + workspaces: - name: base