Skip to content

Commit f49c361

Browse files
committed
Updated package.json
1 parent ec383d8 commit f49c361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"compile": "babel --presets es2015,stage-0 -d . src/",
1818
"dev": "npm run compile -- --watch",
1919
"cocoapod:validate": "cd ios && pod lib lint --subspec=Lib --allow-warnings",
20+
"pod:install": "cd ios && pod install",
2021
"test": "eslint firestack.ios.js",
2122
"postinstall": "./scripts/postinstall.sh"
2223
},

0 commit comments

Comments
 (0)