Skip to content
Unverified Commit 5beee617 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Improve local dev experience with `aws:sdk:assemble` build target (#2859)

In local dev, if you have a terminal/shell open to
`aws/sdk/build/aws-sdk/...` and run the `aws:sdk:assemble` target, that
shell's current working directory will break and you'll have to change
directory to somewhere safe and change back in order to do anything
again (at least on MacOS).

This PR makes the `deleteSdk` target that `aws:sdk:assemble` depends on
only delete files instead of directories so that the current working
directory doesn't get invalidated.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 27df48fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment