Skip to content

Commit

Permalink
Remove build:android and build:ios commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Apr 9, 2024
1 parent c696931 commit c41fb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 1 addition & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"build:ios": "cd ios && xcodebuild -workspace LiveMarkdownExample.xcworkspace -scheme LiveMarkdownExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
"start": "react-native start"
},
"dependencies": {
"react": "18.2.0",
Expand Down
23 changes: 1 addition & 22 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build:android": {
"inputs": [
"package.json",
"android",
"!android/build",
"src/*.ts",
"src/*.tsx",
"example/package.json",
"example/android",
"!example/android/.gradle",
"!example/android/build",
"!example/android/app/build"
],
"outputs": []
},
"build:ios": {
"inputs": ["package.json", "*.podspec", "ios", "src/*.ts", "src/*.tsx", "example/package.json", "example/ios", "!example/ios/build", "!example/ios/Pods"],
"outputs": []
}
}
"$schema": "https://turbo.build/schema.json"
}

0 comments on commit c41fb1e

Please sign in to comment.