From d6897f4b5cfe99611029eb2f17b2a212c4c7ac46 Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Fri, 27 Sep 2024 19:50:13 +0200 Subject: [PATCH] Update pack.yml --- pack.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pack.yml b/pack.yml index e69de29..61c9a20 100644 --- a/pack.yml +++ b/pack.yml @@ -0,0 +1,14 @@ + +--- + +# pack.yml + +stages: + + - name: CleanBuildDirectory + description: "Clean the build directory before starting a new build." + steps: + - name: CleanBuildDirStep + action: DirectoryCleanAction + options: + dirPath: "./dist" # Path to the directory to be cleaned \ No newline at end of file