aboutsummaryrefslogtreecommitdiff
path: root/ci/taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-22 02:08:15 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-22 02:08:15 -0500
commit009dfe78b3f645b30656b1dac5b9b30cb32bcea2 (patch)
treebe90916d95ec9fe7dfdd66c24ef889f97af97a28 /ci/taskfile.yaml
parentad28175287c1a5df9b715c0755ed040985314960 (diff)
add argon2 lib to package
Diffstat (limited to 'ci/taskfile.yaml')
-rw-r--r--ci/taskfile.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/ci/taskfile.yaml b/ci/taskfile.yaml
index fdf12b0..b8c6719 100644
--- a/ci/taskfile.yaml
+++ b/ci/taskfile.yaml
@@ -17,6 +17,10 @@ tasks:
build:
cmds:
+ #clean out dist dir before building
+ - cmd: powershell -Command "rm -Recurse -Force ./dist"
+ ignore_error: true
+
- task: install-plugins
- task: install-webserver
@@ -119,4 +123,5 @@ tasks:
- cmd: powershell -Command "rm -Recurse -Force ./build"
- cmd: powershell -Command "rm -Recurse -Force ./bin"
- cmd: powershell -Command "rm -Recurse -Force ./dist"
- - cmd: powershell -Command "rm -Recurse -Force ./plugins" \ No newline at end of file
+ - cmd: powershell -Command "rm -Recurse -Force ./plugins"
+ - cmd: powershell -Command "rm -Recurse -Force ./lib" \ No newline at end of file