software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.6k stars 1.26k forks source link

Fix nightly build CI #6106

Closed szydlovsky closed 2 weeks ago

szydlovsky commented 2 weeks ago

Summary

Nightly build CI got hit with a recoil from monorepo integration. Also, running npm publish from Reanimated package root (that contained packed .tgz file) would use files of Reanimated instead of the package, thus the move operation.

Test plan

image