We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169a7b9 commit 6d5f3a9Copy full SHA for 6d5f3a9
lib/project.service.ts
@@ -16,6 +16,9 @@ const exceptions = {
16
'nativescript-azure-mobile-apps': {
17
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
18
},
19
+ 'nativescript-dev-appium': {
20
+ command: 'export projectType=javascript && export TESTING_FRAMEWORK=mocha'
21
+ },
22
'nativescript-fingerprint-auth': {
23
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' App_Resources/Android/app.gradle'
24
0 commit comments