Open
Description
Environment
- CLI: 6.2.1
To Reproduce
tns create js_app --js
tns run android --release --key-store-path {} --key-store-password {} --key-store-alias {} --key-store-alias-password {} --env.uglify --env.snapshot
- In the logs you can see that snapshot generation and build are executed twice. Expected they should be executed only once.
Note: it is reproducible with --release build in general, not only with snapshot