Skip to content

Commit 1ac74d5

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"android": "react-native run-android",
77
"ios": "react-native run-ios",
88
"start": "react-native start",
9+
"lint": "eslint .",
910
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
1011
"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"
1112
},

0 commit comments

Comments
 (0)