Skip to content

Commit 650be82

Browse files
authored
chore(scripts): Fix bootstrap scripts (#903)
1 parent 16d462d commit 650be82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"mkdist": "node -e \"require('node:fs').mkdirSync('dist', { recursive: true, mode: 0o755 })\"",
1313
"start": "react-native start",
1414
"test": "jest",
15-
"visionos": "react-native run-visionos"
15+
"visionos": "react-native run-visionos",
16+
"pods": "pod-install --quiet"
1617
},
1718
"dependencies": {
1819
"@callstack/react-native-visionos": "^0.76.0",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"example": "yarn --cwd example",
3232
"bootstrap": "yarn example && yarn && yarn example pods",
3333
"bootstrap-no-pods": "yarn example && yarn",
34-
"bootstrap-fabric": "yarn example && yarn && yarn example pods-fabric",
3534
"test:e2e:android": "bash ./scripts/run-maestro-tests.sh android",
3635
"run-example-android": "cd example;yarn build:android;react-native run-android --mode \"Release\" --appId com.pagerviewexample",
3736
"run-example-ios": "cd example;react-native run-ios --mode \"Release\" --simulator \"iPhone 13 (15.2)\"",

0 commit comments

Comments
 (0)