Skip to content

Commit

Permalink
Merge pull request #186 from whyrusleeping/fix/185
Browse files Browse the repository at this point in the history
don't ignore vendored code by default
  • Loading branch information
Stebalien authored Aug 13, 2018
2 parents 0882305 + 751b418 commit a904dc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gxutil/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ func (pm *PM) PublishPackage(dir string, pkg *PackageBase) (string, error) {
return nil
}

// dont publish vendored code
if strings.HasPrefix(rel, "vendor") {
return nil
}

// dont publish gx repo files
if strings.HasPrefix(rel, ".gx/") || strings.HasSuffix(rel, ".gxrc") {
return nil
Expand Down

0 comments on commit a904dc7

Please sign in to comment.