Adding missing parts to Android build scripts.
This commit is contained in:
parent
aab2b9c412
commit
3665ad6764
2 changed files with 2 additions and 2 deletions
|
|
@ -372,7 +372,7 @@ module.exports = function(grunt) {
|
|||
|
||||
// Build android
|
||||
grunt.registerTask('start-android', ['build-android-debug', 'exec:run_android']);
|
||||
grunt.registerTask('build-android-debug', ['exec:build_android_debug']);
|
||||
grunt.registerTask('build-android-debug', ['default', 'exec:build_android_debug']);
|
||||
grunt.registerTask('start-android-emulator', ['build-android-debug', 'exec:run_android_emulator']);
|
||||
grunt.registerTask('build-android-release', ['prod', 'exec:build_android_release', 'sign-android']);
|
||||
grunt.registerTask('sign-android', ['exec:sign_android']);
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@
|
|||
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s --address 0.0.0.0",
|
||||
"start:chrome": "npm run build:www && ionic serve --nolivereload --nogulp -s --address 0.0.0.0 --browser \"google chrome\"",
|
||||
"start:android": "grunt start-android",
|
||||
"start:android-emulator": "grunt start-android",
|
||||
"start:android-emulator": "grunt start-android-emulator",
|
||||
"start:android-log": "grunt start-android && npm run log:android",
|
||||
"start:ios": "grunt start-ios",
|
||||
"start:windows": "npm run build:www && npm run build:windows",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue