You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering how you would feel about a PR here so that I can use one deep-clean target in package.json with a set of flags that cleans iOS build artifacts, but fails gracefully on non-Darwin machines?
Here is the diff that solved my problem (It is just wrapping the ios task in an if [ \'uname\' == "Darwin" ] really)
Hey @pmadruga 👋 long time no traffic from me here :-)
Today I used patch-package to patch
[email protected]
for the project I'm working on.I'm wondering how you would feel about a PR here so that I can use one
deep-clean
target inpackage.json
with a set of flags that cleans iOS build artifacts, but fails gracefully on non-Darwin machines?Here is the diff that solved my problem (It is just wrapping the ios task in an
if [ \'uname\' == "Darwin" ]
really)This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: