Fix git installs

This commit is contained in:
2026-07-27 22:19:47 +02:00
parent f98c787b15
commit 59218e8fa0
3 changed files with 10 additions and 6 deletions
-1
View File
@@ -1 +0,0 @@
module.exports = require("./plugin/build").default;
+6
View File
@@ -0,0 +1,6 @@
export {
default,
withCast,
withMediaNotifications,
withPip,
} from "./plugin/src/index";
+4 -5
View File
@@ -12,9 +12,8 @@
"android": " cd example && bunx react-native run-android --no-packager --port 8082",
"web": "cd example && bun web",
"typecheck": "tsc --noEmit && tsc -p plugin/tsconfig.json --noEmit",
"build:plugin": "tsc -p plugin/tsconfig.json",
"build": "bun run typecheck && bob build && bun run build:plugin",
"prepare": "bun run build",
"build": "bun run typecheck && bob build",
"prepare": "bob build",
"codegen": "nitrogen --logLevel=\"debug\" && node post-script.js",
"release": "semantic-release"
},
@@ -41,8 +40,8 @@
"ios/**/*.mm",
"ios/**/*.cpp",
"ios/**/*.swift",
"app.plugin.js",
"plugin/build",
"app.plugin.ts",
"plugin/src",
"*.podspec",
"README.md"
],