Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 27, 2024
1 parent 15e0775 commit d6897f4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pack.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d6897f4

Please sign in to comment.