Skip to content

Commit 263a623

Browse files
committed
fix: add cmd so ignore_error can apply
1 parent 4816aec commit 263a623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ tasks:
123123
- "dist/schema/**/*"
124124
cmds:
125125
- go run cmd/generateschema/main-generateschema.go
126-
- '{{.RMRF}} "dist/schema"'
126+
- cmd: '{{.RMRF}} "dist/schema"'
127127
ignore_error: true
128128
- task: copyfiles:'schema':'dist/schema'
129129

0 commit comments

Comments
 (0)