Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
exclude model package since no go files yet
Browse files Browse the repository at this point in the history
  • Loading branch information
imantung committed Jan 24, 2021
1 parent dba9a3c commit af00f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/typical-build/typical-build.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var descriptor = typgo.Descriptor{
// test
&typgo.GoTest{
Includes: []string{"internal/app/**", "pkg/**"},
// Excludes: []string{"internal/generated/*"},
Excludes: []string{"internal/app/model"},
},
// compile
&typgo.GoBuild{},
Expand Down

0 comments on commit af00f2f

Please sign in to comment.