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 9b57a79 commit 9e8f43cCopy full SHA for 9e8f43c
template/{{package}}.json
@@ -23,7 +23,7 @@
23
"ci:lint:kotlin": "cd example/android && ./gradlew ktlintMainSourceSetCheck",
24
"ci:lint:swift": "cd ios && ../example/ios/Pods/SwiftLint/swiftlint",
25
"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",
+ "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",
27
"preversion": "npm run lint && npm run build",
28
"postversion": "git push && git push --tags"
29
},
0 commit comments