Commit d7279a6
authored
[Monorepo] Fix
## Description
`yarn validation` CI performs `yarn install` in all changed directories that contain `package.json`. However, we have some directories which should not undergo this procedure:
- DrawerLayout
- ReanimatedDrawerLayout
- Swipeable
- ReanimatedSwipeable
- jest-utils
## Test plan
Hopefully CI on main monorepo PR passesyarn validation CI (#3524)1 parent 8c725aa commit d7279a6
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
0 commit comments