aboutsummaryrefslogtreecommitdiff
path: root/back-end/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'back-end/Taskfile.yaml')
-rw-r--r--back-end/Taskfile.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/back-end/Taskfile.yaml b/back-end/Taskfile.yaml
index 92448fe..a3791d3 100644
--- a/back-end/Taskfile.yaml
+++ b/back-end/Taskfile.yaml
@@ -29,14 +29,14 @@ tasks:
- powershell -Command "cp '{{.MODULE_DIR}}/LICENSE' -Destination '{{.OUT_DIR}}/LICENSE'"
#tar the plugin output and put it in the bin dir
- - cd {{.OUT_DIR}} && tar -czvf '{{.USER_WORKING_DIR}}/bin/release.tgz' .
+ - cd {{.OUT_DIR}} && tar -czf '{{.USER_WORKING_DIR}}/bin/release.tgz' .
packsource:
dir: '{{.USER_WORKING_DIR}}'
internal: true
cmds:
#copy source code to target
- - powershell -Command "Get-ChildItem -Include *.cs,*.csproj -Recurse | Where { \$_.FullName -notlike '*\obj\*' -and \$_.FullName -notlike '*\bin\*' } | Resolve-Path -Relative | tar --files-from - -cvzf 'bin/src.tgz'"
+ - powershell -Command "Get-ChildItem -Include *.cs,*.csproj -Recurse | Where { \$_.FullName -notlike '*\obj\*' -and \$_.FullName -notlike '*\bin\*' } | Resolve-Path -Relative | tar --files-from - -czf 'bin/src.tgz'"
#clean hook
clean: