We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec383d8 commit f49c361Copy full SHA for f49c361
package.json
@@ -17,6 +17,7 @@
17
"compile": "babel --presets es2015,stage-0 -d . src/",
18
"dev": "npm run compile -- --watch",
19
"cocoapod:validate": "cd ios && pod lib lint --subspec=Lib --allow-warnings",
20
+ "pod:install": "cd ios && pod install",
21
"test": "eslint firestack.ios.js",
22
"postinstall": "./scripts/postinstall.sh"
23
},
0 commit comments