Skip to content

Commit

Permalink
Fix Yarn library package provenance generation
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed Dec 29, 2021
1 parent 8b7e195 commit d9cd1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/leeway/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ func (p *Package) buildYarn(buildctx *buildContext, wd, result string) (bld *pac
return nil, fn, err
}
subjects, err = postBuild.Sub(sources).Subjects(fn)
absResultDir = filepath.Join(wd, resultDir)
return
}

Expand Down

0 comments on commit d9cd1e3

Please sign in to comment.