fix(ci): set linker to hoisted

This commit is contained in:
Krzysztof Moch
2025-10-26 12:28:29 +01:00
parent dab0a4c54e
commit ff8ef0f3dd
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@
"react-native-video": "bun run --cwd packages/react-native-video",
"drm-plugin": "bun run --cwd packages/drm-plugin",
"example": "bun run --cwd example",
"docs": "bun run --cwd docs",
"postinstall": "patch-package --patch-dir example/patches",
"release:github": "release-it --preRelease alpha",
"release": "./scripts/release.sh"