NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

fix: stop looking for local snapshot artefacts when the native prepare is skipped #1117

Closed DimitarTachev closed 4 years ago

DimitarTachev commented 4 years ago

PR Checklist

What is the current behavior?

1) navigate to any nativescript application (e.g. an empty js app) 2) rm -rf platforms 3) install the nativescript-cloud extension 4) tns login 5) tns cloud run android --release --key-store.... --env.snapshot 6) enoent exception will be thrown.

Related to https://github.com/NativeScript/nativescript-dev-webpack/issues/1118

DimitarTachev commented 4 years ago

test cli-build

DimitarTachev commented 4 years ago

test cli-build