Skip to content

Commit 2430216

Browse files
snapshotting seems to work without adjustments now! ❤️📸
1 parent 507deee commit 2430216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"compile-tests": "tsc -p e2e --watch",
3737
"start-android-bundle": "tns run android --bundle --env.aot --env.uglify",
3838
"start-ios-bundle": "tns run ios --bundle --env.aot --env.uglify",
39-
"build-android-bundle": "tns build android --bundle --env.aot --env.uglify",
39+
"build-android-bundle": "tns build android --bundle --env.aot --env.uglify --env.snapshot",
4040
"build-ios-bundle": "tns build ios --bundle --env.aot --env.uglify"
4141
},
4242
"dependencies": {

0 commit comments

Comments
 (0)