Skip to content

Commit 5a6900c

Browse files
Remove useless commands for moving zip files in Taskfile.yml
1 parent fef6ad9 commit 5a6900c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugin/Taskfile.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ tasks:
88
generate:
99
cmds:
1010
- cmd: go generate ./...
11-
- cmd: mv pages/*.zip int/api/resources/
12-
platforms: [linux, darwin]
13-
# Workaround because no support for builtins commands on Windows https://github.com/go-task/task/issues/197
14-
- cmd: cmd /C 'for %f in (pages\*.zip) do move %f int\api\resources\'
15-
platforms: [windows]
1611

1712
run:
1813
cmds:

0 commit comments

Comments
 (0)