Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit eaae483

Browse files
author
Matei Nenciu
committed
Change verify:ios command
1 parent 81b2952 commit eaae483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"scripts": {
3131
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
32-
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..",
32+
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..",
3333
"verify:android": "cd android && ./gradlew clean build test && cd ..",
3434
"verify:web": "npm run build",
3535
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",

0 commit comments

Comments
 (0)