Skip to content

Commit 25d3924

Browse files
chore: removing extra comma
1 parent 9c92892 commit 25d3924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:android": "../android/gradlew assembleFossRelease -p ../android",
88
"build:ios": "xcodebuild build -workspace ../ios/IntercomReactNativeExample.xcworkspace -scheme IntercomReactNativeExampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ./build",
99
"test:android": "npx wdio ./wdio.android.conf.ts",
10-
"test:ios": "npx wdio ./wdio.ios.conf.ts",
10+
"test:ios": "npx wdio ./wdio.ios.conf.ts"
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)