Skip to content

Commit 0c49b69

Browse files
Pawan KumarPawan Kumar
authored andcommitted
update package.json
1 parent 9bee622 commit 0c49b69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"example": "yarn --cwd example",
2525
"web": "yarn --cwd example-web",
2626
"docs": "yarn --cwd docs",
27-
"pods": "node -e \"process.exit(require('os').platform() !== 'darwin')\" && test -d example/ios && cd example/ios && pod install || printf ''",
28-
"bootstrap": "yarn example && yarn docs && yarn && yarn pods"
27+
"bootstrap": "yarn example && yarn docs && yarn"
2928
},
3029
"keywords": [
3130
"react-native",

0 commit comments

Comments
 (0)