Skip to content

Commit

Permalink
fix: Adjust scripts and add bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 13, 2025
1 parent 53cd546 commit a74f7fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ SPEC CHECKSUMS:
hermes-engine: 1949ca944b195a8bde7cbf6316b9068e19cf53c6
NitroImage: ff97c5986ea4619abd3d6399b886eac84f5a4b65
NitroModules: 9d5bc0172f6d9b098eb29e8cd9891e16881cd4b6
RCT-Folly: 84578c8756030547307e4572ab1947de1685c599
RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648
RCTDeprecation: 063fc281b30b7dc944c98fe53a7e266dab1a8706
RCTRequired: 8eda2a5a745f6081157a4f34baac40b65fe02b31
RCTTypeSafety: 0f96bf6c99efc33eb43352212703854933f22930
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
],
"scripts": {
"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",
"bootstrap": "bun i && bun run build && cd example && bundle install && bun pods",
"typecheck": "bun --filter=\"**\" typecheck",
"lint": "bun nitro lint && bun nitrogen lint && bun image lint && bun example lint",
"lint-cpp": "./scripts/clang-format.sh",
"clean": "rm -rf packages/**/tsconfig.tsbuildinfo packages/**/node_modules packages/**/lib",
"clean": "git clean -dfx",
"release": "./scripts/release.sh",
"docs": "bun --cwd docs",
"nitro": "bun --cwd packages/react-native-nitro-modules",
Expand Down

0 comments on commit a74f7fb

Please sign in to comment.