paketo-buildpacks / npm-install

A Cloud Native Buildpack for npm
Apache License 2.0
10 stars 17 forks source link

Ignore removed workspace folders in setup-symlinks helper #530

Closed c0d1ngm0nk3y closed 1 year ago

c0d1ngm0nk3y commented 1 year ago

Summary

It contains 2 fixes:

Use Cases

In case you do not want your final image to contain a workspace and delete it after build, the helper setup-symlinks would fail. Now, instead of failing, this symlink is just not created.

Checklist

thitch97 commented 1 year ago

Hi @c0d1ngm0nk3y, we've done some work that's now on main to fix the tests in this PR. If you could rebase this branch w those changes I'd be happy to get it merged.

pbusko commented 1 year ago

Hi @c0d1ngm0nk3y, we've done some work that's now on main to fix the tests in this PR. If you could rebase this branch w those changes I'd be happy to get it merged.

The PR has been rebased