mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-15 20:39:11 +00:00
fix(ci): set linker to hoisted
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
},
|
||||
"example": {
|
||||
"name": "react-native-video-example",
|
||||
"version": "7.0.0-alpha.6",
|
||||
"version": "7.0.0-alpha.7",
|
||||
"dependencies": {
|
||||
"@react-native-community/slider": "^4.5.6",
|
||||
"@react-native-video/drm": "*",
|
||||
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"packages/drm-plugin": {
|
||||
"name": "@react-native-video/drm",
|
||||
"version": "7.0.0-alpha.6",
|
||||
"version": "7.0.0-alpha.7",
|
||||
"devDependencies": {
|
||||
"@react-native/babel-preset": "0.79.2",
|
||||
"@release-it/conventional-changelog": "^9.0.2",
|
||||
@@ -107,7 +107,7 @@
|
||||
},
|
||||
"packages/react-native-video": {
|
||||
"name": "react-native-video",
|
||||
"version": "7.0.0-alpha.6",
|
||||
"version": "7.0.0-alpha.7",
|
||||
"devDependencies": {
|
||||
"@expo/config-plugins": "^10.0.2",
|
||||
"@react-native/eslint-config": "^0.77.0",
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[install]
|
||||
linker = "hoisted"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user