Skip to content

Commit 8644e2d

Browse files
committed
Update package.json
1 parent 2f0d8d8 commit 8644e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-in-app-payments-quickstart/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"scripts": {
66
"android": "react-native run-android",
77
"ios": "react-native run-ios",
8-
"lint": "eslint .",
98
"start": "react-native start",
10-
"test": "jest"
9+
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
10+
"build:ios": "cd ios && xcodebuild -workspace SquareInAppPaymentsExample.xcworkspace -scheme SquareInAppPaymentsExample -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"
1111
},
1212
"dependencies": {
1313
"fbjs": "^3.0.4",

0 commit comments

Comments
 (0)