You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@
14
14
],
15
15
"scripts": {
16
16
"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",
17
18
"typecheck": "bun --filter=\"**\" typecheck",
18
19
"lint": "bun nitro lint && bun nitrogen lint && bun image lint && bun example lint",
0 commit comments