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/
|
nitrogen/
|
||||||
|
|
||||||
# From uniffi-bindgen-react-native
|
# From uniffi-bindgen-react-native
|
||||||
rust_modules/
|
# rust_modules/
|
||||||
*.a
|
*.a
|
||||||
android/
|
./android/
|
||||||
ios/
|
./ios/
|
||||||
cpp/
|
./cpp/
|
||||||
src/
|
./src/
|
||||||
*.xcframework
|
*.xcframework
|
||||||
*.podspec
|
*.podspec
|
||||||
@@ -35,13 +35,12 @@
|
|||||||
"ubrn:ios": "ubrn build ios --and-generate",
|
"ubrn:ios": "ubrn build ios --and-generate",
|
||||||
"ubrn:android": "ubrn build android --and-generate --release",
|
"ubrn:android": "ubrn build android --and-generate --release",
|
||||||
"ubrn:web": "ubrn build web",
|
"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/",
|
"ubrn:clean": "rm -rfv cpp/ android/CMakeLists.txt android/src/main/java android/*.cpp ios/ src/Native* src/index.*ts* src/generated/",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"typecheck": "tsc",
|
"typecheck": "tsc",
|
||||||
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
||||||
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
"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"
|
"release": "release-it --only-version"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"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:
|
rust:
|
||||||
repo: https://github.com/jhugman/uniffi-starter.git
|
directory: ./rust_modules/uniffi-starter
|
||||||
branch: jhugman/bump-uniffi-to-0.29
|
|
||||||
manifestPath: rust/foobar/Cargo.toml
|
manifestPath: rust/foobar/Cargo.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user