Skip to content

Commit 6d5f3a9

Browse files
committed
add exception for nativescript-dev-appium
1 parent 169a7b9 commit 6d5f3a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/project.service.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ const exceptions = {
1616
'nativescript-azure-mobile-apps': {
1717
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 19/g\' App_Resources/Android/app.gradle'
1818
},
19+
'nativescript-dev-appium': {
20+
command: 'export projectType=javascript && export TESTING_FRAMEWORK=mocha'
21+
},
1922
'nativescript-fingerprint-auth': {
2023
command: 'sed -i -- \'s/defaultConfig ./defaultConfig {\\n minSdkVersion 23/g\' App_Resources/Android/app.gradle'
2124
},

0 commit comments

Comments
 (0)