Skip to content

Commit c7ee16a

Browse files
committed
Exclude tracker from main build
1 parent f939362 commit c7ee16a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILD.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ packages:
1010
- name: app
1111
type: go
1212
srcs:
13-
- "**/*.go"
13+
- "*.go"
14+
- "cmd/**/*.go"
15+
- "pkg/**/*.go"
1416
- "**/*.html"
1517
- "**/*.js"
1618
- go.mod

0 commit comments

Comments
 (0)