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 0923e65 commit 4ec78b7Copy full SHA for 4ec78b7
example/e2e/package.json
@@ -7,7 +7,8 @@
7
"build:android": "../android/gradlew assembleFossRelease -p ../android",
8
"build:ios": "xcodebuild build -workspace ../ios/IntercomReactNativeExample.xcworkspace -scheme IntercomReactNativeExampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ./build",
9
"test:android": "npx wdio ./wdio.android.conf.ts",
10
- "test:ios": "npx wdio ./wdio.ios.conf.ts"
+ "test:ios": "npx wdio ./wdio.ios.conf.ts",
11
+ "maestro:install": "curl -Ls \"https://get.maestro.mobile.dev\" | bash"
12
},
13
"keywords": [],
14
"author": "",
0 commit comments