Skip to content

Commit baaee57

Browse files
author
Robin Bryce
committed
fix: the build task is renamed to test
1 parent 0b687cd commit baaee57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

taskfiles/Taskfile_apis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ tasks:
117117
dir: '../datatrails-common-api'
118118
cmds:
119119
- go mod tidy
120-
- task: build
121-
122120

123121
generate:
124122
desc: generate api grpc bindings
@@ -176,7 +174,6 @@ tasks:
176174
cp -vr ${api}/*.proto {{.DESTDIR}}proto-include/{{.COMMON_PROTODIR}}/${api}
177175
done
178176
179-
180177
all-apis:
181178
summary: generate code for all interfaces and copy related sources
182179
dir: '../datatrails-common-api'

0 commit comments

Comments
 (0)