This PR reverts the change of this PR https://github.com/paketo-buildpacks/node-start/pull/484 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
[x] I have viewed, signed, and submitted the Contributor License Agreement.
[ ] I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
[x] I have added an integration test, if necessary.
[x] I have reviewed the styleguide for guidance on my code quality.
[x] I'm happy with the commit history on this PR (I have rebased/squashed as needed).
Summary
This PR reverts the change of this PR https://github.com/paketo-buildpacks/node-start/pull/484 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 thepack
, 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