mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
config changes
This commit is contained in:
10
packages/react-native-uniffi-russh/.gitignore
vendored
10
packages/react-native-uniffi-russh/.gitignore
vendored
@@ -86,11 +86,11 @@ android/generated
|
||||
nitrogen/
|
||||
|
||||
# From uniffi-bindgen-react-native
|
||||
rust_modules/
|
||||
# rust_modules/
|
||||
*.a
|
||||
android/
|
||||
ios/
|
||||
cpp/
|
||||
src/
|
||||
./android/
|
||||
./ios/
|
||||
./cpp/
|
||||
./src/
|
||||
*.xcframework
|
||||
*.podspec
|
||||
@@ -35,13 +35,12 @@
|
||||
"ubrn:ios": "ubrn build ios --and-generate",
|
||||
"ubrn:android": "ubrn build android --and-generate --release",
|
||||
"ubrn:web": "ubrn build web",
|
||||
"ubrn:checkout": "ubrn checkout",
|
||||
"ubrn:clean": "rm -rfv cpp/ android/CMakeLists.txt android/src/main/java android/*.cpp ios/ src/Native* src/index.*ts* src/generated/",
|
||||
"test": "jest",
|
||||
"typecheck": "tsc",
|
||||
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
||||
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
||||
"prepare": "pnpm run ubrn:checkout && pnpm run ubrn:ios && bob build",
|
||||
"x:prepare": "pnpm run ubrn:ios && bob build",
|
||||
"release": "release-it --only-version"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# rust:
|
||||
# repo: https://github.com/jhugman/uniffi-starter.git
|
||||
# branch: jhugman/bump-uniffi-to-0.29
|
||||
# manifestPath: rust/foobar/Cargo.toml
|
||||
rust:
|
||||
repo: https://github.com/jhugman/uniffi-starter.git
|
||||
branch: jhugman/bump-uniffi-to-0.29
|
||||
directory: ./rust_modules/uniffi-starter
|
||||
manifestPath: rust/foobar/Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user