paketo-buildpacks / yarn-start

Apache License 2.0
2 stars 6 forks source link

Reverting the change of fetching watchexec from registry instead of building it. #525

Closed pacostas closed 2 months ago

pacostas commented 2 months ago

Summary

This PR reverts the change of this PR https://github.com/paketo-buildpacks/yarn-start/pull/462 which was fetching watchexec from the registry instead of building it. This change had to be made in the past as pack CLI could not properly support building buildpacks with --target flag. On later versions of the pack, this bug has been fixed, as seen on the changelog https://github.com/buildpacks/pack/releases/tag/v0.34.0 , so now watchexec can be properly builded.

Use Cases

Checklist