mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-06 20:12:54 +00:00
fix(ci): set linker to hoisted
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
},
|
},
|
||||||
"example": {
|
"example": {
|
||||||
"name": "react-native-video-example",
|
"name": "react-native-video-example",
|
||||||
"version": "7.0.0-alpha.6",
|
"version": "7.0.0-alpha.7",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-native-community/slider": "^4.5.6",
|
"@react-native-community/slider": "^4.5.6",
|
||||||
"@react-native-video/drm": "*",
|
"@react-native-video/drm": "*",
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"packages/drm-plugin": {
|
"packages/drm-plugin": {
|
||||||
"name": "@react-native-video/drm",
|
"name": "@react-native-video/drm",
|
||||||
"version": "7.0.0-alpha.6",
|
"version": "7.0.0-alpha.7",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@react-native/babel-preset": "0.79.2",
|
"@react-native/babel-preset": "0.79.2",
|
||||||
"@release-it/conventional-changelog": "^9.0.2",
|
"@release-it/conventional-changelog": "^9.0.2",
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
},
|
},
|
||||||
"packages/react-native-video": {
|
"packages/react-native-video": {
|
||||||
"name": "react-native-video",
|
"name": "react-native-video",
|
||||||
"version": "7.0.0-alpha.6",
|
"version": "7.0.0-alpha.7",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@expo/config-plugins": "^10.0.2",
|
"@expo/config-plugins": "^10.0.2",
|
||||||
"@react-native/eslint-config": "^0.77.0",
|
"@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",
|
"react-native-video": "bun run --cwd packages/react-native-video",
|
||||||
"drm-plugin": "bun run --cwd packages/drm-plugin",
|
"drm-plugin": "bun run --cwd packages/drm-plugin",
|
||||||
"example": "bun run --cwd example",
|
"example": "bun run --cwd example",
|
||||||
|
"docs": "bun run --cwd docs",
|
||||||
"postinstall": "patch-package --patch-dir example/patches",
|
"postinstall": "patch-package --patch-dir example/patches",
|
||||||
"release:github": "release-it --preRelease alpha",
|
"release:github": "release-it --preRelease alpha",
|
||||||
"release": "./scripts/release.sh"
|
"release": "./scripts/release.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user