Skip to content

Commit c495604

Browse files
committed
Add package.json RubyGems Bundler install scripts
- vanilla - frozen - prevent lockfile updates - require existing lockfile - ignore deprecation warning - `bundle config set --local <flag> 'true'` too verbose for a script
1 parent 6a5e86f commit c495604

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"watchman:reset": "watchman watch-del-all && watchman shutdown-server",
1111
"android": "react-native run-android --active-arch-only",
1212
"android:release": "react-native run-android --active-arch-only --mode release",
13+
"gems": "bundle install",
14+
"gems:frozen": "bundle install --frozen",
1315
"ios": "react-native run-ios",
1416
"ios:release": "react-native run-ios --mode Release",
1517
"ios:light": "xcrun simctl ui booted appearance light",

0 commit comments

Comments
 (0)