Skip to content

Commit 6d5049f

Browse files
committed
Add "pods" command.
Makes things easier.
1 parent c13a45d commit 6d5049f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"lint": "eslint .",
1111
"postinstall": "patch-package",
1212
"check-dependencies": "rnx-align-deps",
13-
"fix-dependencies": "rnx-align-deps --write"
13+
"fix-dependencies": "rnx-align-deps --write",
14+
"pods": "npx pod-install ios"
1415
},
1516
"dependencies": {
1617
"@babel/plugin-proposal-decorators": "^7.15.8",

0 commit comments

Comments
 (0)