build icon indicating copy to clipboard operation
build copied to clipboard

fix: buildResult.logs should have correct type

Open Skn0tt opened this issue 1 year ago • 0 comments

While working on a test for https://github.com/netlify/build/pull/5231, I noticed that BuildResult#logs had an invalid type. It's being populated here: https://github.com/netlify/build/blob/4eae1ff04a44266cc56377a5a35b52f3354ccae5/packages/build/src/core/build.ts#L32

This PR fixes the type.

Skn0tt avatar Aug 10 '23 18:08 Skn0tt