better osx build scripts
This commit is contained in:
parent
664cec174a
commit
50f6ff3169
2 changed files with 9 additions and 6 deletions
|
|
@ -96,14 +96,14 @@
|
|||
"build:android-release": "cordova prepare android && cordova build android --release",
|
||||
"build:windows-release": "cordova prepare windows && cordova build windows --release --arch=\"x86\"",
|
||||
"build:desktop": "grunt desktop",
|
||||
"build:macos": "grunt macos",
|
||||
"build:osx": "grunt osx",
|
||||
"open:ios": "open platforms/ios/*.xcodeproj",
|
||||
"open:android": "open -a open -a /Applications/Android\\ Studio.app platforms/android",
|
||||
"final:www": "npm run build:www-release",
|
||||
"final:ios": "npm run final:www && npm run build:ios-release && npm run open:ios",
|
||||
"final:android": "npm run final:www && npm run build:android-release && npm run sign:android && npm run run:android-release",
|
||||
"final:windows": "npm run final:www && npm run build:windows-release",
|
||||
"final:desktop": "npm run build:desktop && npm run build:macos",
|
||||
"final:desktop": "npm run build:desktop && npm run build:osx",
|
||||
"run:android": "cordova run android --device",
|
||||
"run:android-release": "cordova run android --device --release",
|
||||
"log:android": "adb logcat | grep chromium",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue