Skip to content

Commit d9cd1e3

Browse files
committed
Fix Yarn library package provenance generation
1 parent 8b7e195 commit d9cd1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/leeway/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ func (p *Package) buildYarn(buildctx *buildContext, wd, result string) (bld *pac
995995
return nil, fn, err
996996
}
997997
subjects, err = postBuild.Sub(sources).Subjects(fn)
998+
absResultDir = filepath.Join(wd, resultDir)
998999
return
9991000
}
10001001

0 commit comments

Comments
 (0)