Skip to content

Commit

Permalink
chore: remove pods script
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Sep 19, 2023
1 parent c7b09b6 commit b5449a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"private": true,
"scripts": {
"macos": "react-native run-macos",
"start": "react-native start",
"pods": "pod-install --quiet"
"start": "react-native start"
},
"dependencies": {
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"release": "release-it",
"example": "yarn --cwd example",
"build:macos": "cd example/macos && xcodebuild -workspace MenubarExtraExample.xcworkspace -scheme MenubarExtraExample-macOS -configuration Debug 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",
"bootstrap": "yarn example && yarn install && yarn example pods",
"bootstrap": "yarn example && yarn install",
"clean": "del-cli example/macos/build"
},
"keywords": [
Expand Down

0 comments on commit b5449a7

Please sign in to comment.