You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed the unused `build_threads` parameter in the `linux_android` executor ([97720b9](https://github.com/roni-castro/react-native-circleci-orb/commit/97720b9)), closes [#19](https://github.com/roni-castro/react-native-circleci-orb/issues/19)
7
+
* Use node 10 ([f10a8e5](https://github.com/roni-castro/react-native-circleci-orb/commit/f10a8e5))
8
+
9
+
10
+
### Features
11
+
12
+
* Add `on_after_initialize` parameter to the jobs ([#26](https://github.com/roni-castro/react-native-circleci-orb/issues/26) by [@compojoom](https://github.com/compojoom)) ([0ff6621](https://github.com/roni-castro/react-native-circleci-orb/commit/0ff6621))
13
+
* Add a `bundle` command ([#8](https://github.com/roni-castro/react-native-circleci-orb/issues/8) by [@sunilchalla](https://github.com/sunilchalla)) ([464d661](https://github.com/roni-castro/react-native-circleci-orb/commit/464d661))
14
+
* Added the `--frozen-lockfile` flag to the `yarn_install` command ([e4676c4](https://github.com/roni-castro/react-native-circleci-orb/commit/e4676c4)), closes [#28](https://github.com/roni-castro/react-native-circleci-orb/issues/28)
15
+
* Update node to version 12 ([d9d6167](https://github.com/roni-castro/react-native-circleci-orb/commit/d9d6167))
16
+
* Update node version to the latest and add parameters ([073689c](https://github.com/roni-castro/react-native-circleci-orb/commit/073689c))
17
+
***ios:** Added an `ios_build` job ([#30](https://github.com/roni-castro/react-native-circleci-orb/issues/30) by [@roni-castro](https://github.com/roni-castro)) ([b607782](https://github.com/roni-castro/react-native-circleci-orb/commit/b607782))
18
+
19
+
20
+
### BREAKING CHANGES
21
+
22
+
* The `yarn_install` command will now fail if there need to be changes made to your `yarn.lock` file. See [the Yarn documentation](https://yarnpkg.com/en/docs/cli/install#toc-yarn-install-frozen-lockfile) for details on this flag.
0 commit comments