We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tns version is 3.4.1
When once snapshot is added to android build it will always be included in the pack with the next builds even user do not want it.
To reproduce the problem just build first with snapshot tns build android --bundle --env.snapshot
tns build android --bundle --env.snapshot
and then build without snaphot tns build android --bundle Look in the result .apk file - snapshot is added, but shouldn'tt
tns build android --bundle
The text was updated successfully, but these errors were encountered:
feat(build): clean snapshot artifacts on cleanApp hook
874773e
This fixes NativeScript/nativescript-cli#3335
b9b645f
fix: clean snapshot artifacts on cleanApp hook (#423)
50c3ab9
Mitko-Kerezov
Successfully merging a pull request may close this issue.
tns version is 3.4.1
When once snapshot is added to android build it will always be included in the pack with the next builds even user do not want it.
To reproduce the problem just build first with snapshot
tns build android --bundle --env.snapshot
and then build without snaphot
tns build android --bundle
Look in the result .apk file - snapshot is added, but shouldn'tt
The text was updated successfully, but these errors were encountered: