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
* Iterate through every package inside /packages (ignoring react-native) and call provided callback for each of them
37
+
* Iterate through every package inside /packages (ignoring react-native and any additional excluded packages) and call provided callback for each of them
38
38
*
39
-
* @param {forEachPackageCallback} callback The callback which will be called for each package
39
+
* @param {forEachPackageCallback} callback - The callback which will be called for each package
40
+
* @param {string[]} [additionalExcludes] - Additional packages to exclude
40
41
*/
41
-
constforEachPackage=callback=>{
42
-
// We filter react-native package on purpose, so that no CI's script will be executed for this package in future
0 commit comments