Skip to content

Commit a74f7fb

Browse files
committed
fix: Adjust scripts and add bootstrap
1 parent 53cd546 commit a74f7fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ SPEC CHECKSUMS:
18961896
hermes-engine: 1949ca944b195a8bde7cbf6316b9068e19cf53c6
18971897
NitroImage: ff97c5986ea4619abd3d6399b886eac84f5a4b65
18981898
NitroModules: 9d5bc0172f6d9b098eb29e8cd9891e16881cd4b6
1899-
RCT-Folly: 84578c8756030547307e4572ab1947de1685c599
1899+
RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648
19001900
RCTDeprecation: 063fc281b30b7dc944c98fe53a7e266dab1a8706
19011901
RCTRequired: 8eda2a5a745f6081157a4f34baac40b65fe02b31
19021902
RCTTypeSafety: 0f96bf6c99efc33eb43352212703854933f22930

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
],
1515
"scripts": {
1616
"build": "bun run --cwd packages/react-native-nitro-modules build && bun run --cwd packages/nitrogen build && bun run --cwd packages/react-native-nitro-image build",
17+
"bootstrap": "bun i && bun run build && cd example && bundle install && bun pods",
1718
"typecheck": "bun --filter=\"**\" typecheck",
1819
"lint": "bun nitro lint && bun nitrogen lint && bun image lint && bun example lint",
1920
"lint-cpp": "./scripts/clang-format.sh",
20-
"clean": "rm -rf packages/**/tsconfig.tsbuildinfo packages/**/node_modules packages/**/lib",
21+
"clean": "git clean -dfx",
2122
"release": "./scripts/release.sh",
2223
"docs": "bun --cwd docs",
2324
"nitro": "bun --cwd packages/react-native-nitro-modules",

0 commit comments

Comments
 (0)