From 981609c3f6028507d7243553d6a35b913ea8e518 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Fri, 9 Aug 2024 13:40:39 +0200 Subject: [PATCH] chore: Update devfile.yaml with 'vale-sync' command (#2768) --- devfile.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/devfile.yaml b/devfile.yaml index a7f423264c..6cbf9d8c97 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -42,3 +42,11 @@ commands: kind: build workingDir: "${PROJECT_SOURCE}" id: start-preview-server + - exec: + commandLine: vale sync + component: tools + group: + isDefault: false + kind: build + workingDir: "${PROJECT_SOURCE}" + id: vale-sync