Skip to content

Commit 3934ef1

Browse files
Zdravko BranzovZdravko Branzov
authored andcommitted
Fix uglify options
1 parent c363a06 commit 3934ef1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"ci.ios.uitest": "npm run appium --runtype=ios-simulator103iPhone6",
5555
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
5656
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
57-
"start-android-bundle": "npm run ns-bundle --android --run-app",
58-
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
59-
"build-android-bundle": "npm run ns-bundle --android --build-app",
60-
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
57+
"start-android-bundle": "npm run ns-bundle --android --run-app --uglify --snapshot",
58+
"start-ios-bundle": "npm run ns-bundle --ios --run-app --uglify",
59+
"build-android-bundle": "npm run ns-bundle --android --build-app --uglify --snapshot",
60+
"build-ios-bundle": "npm run ns-bundle --ios --build-app --uglify"
6161
}
6262
}

0 commit comments

Comments
 (0)