Skip to content

Commit 9e8f43c

Browse files
committed
ci fix
1 parent 9b57a79 commit 9e8f43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/{{package}}.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ci:lint:kotlin": "cd example/android && ./gradlew ktlintMainSourceSetCheck",
2424
"ci:lint:swift": "cd ios && ../example/ios/Pods/SwiftLint/swiftlint",
2525
"ci:compile:android": "cd example/android && ./gradlew compileDebugSources",
26-
"ci:compile:ios": "cd example/ios && export RCT_NO_LAUNCH_PACKAGER=\"true\" && export RCT_NO_BUNDLE=\"true\" && xcodebuild CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=\"NO\" CODE_SIGN_ENTITLEMENTS=\"\" CODE_SIGNING_ALLOWED=\"NO\" -destination \"platform=iOS Simulator,name=iPhone 11,OS=13.5\" -workspace {{appName}}.xcworkspace -configuration Release -scheme {{appName}} test",
26+
"ci:compile:ios": "cd example/ios && export RCT_NO_LAUNCH_PACKAGER=\"true\" && export RCT_NO_BUNDLE=\"true\" && xcodebuild CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=\"NO\" CODE_SIGN_ENTITLEMENTS=\"\" CODE_SIGNING_ALLOWED=\"NO\" -destination \"platform=iOS Simulator,name=iPhone 11,OS=13.5\" -workspace {{appName}}.xcworkspace -scheme {{appName}} build-for-testing",
2727
"preversion": "npm run lint && npm run build",
2828
"postversion": "git push && git push --tags"
2929
},

0 commit comments

Comments
 (0)