Skip to content

Commit

Permalink
chore(scripts): Fix bootstrap scripts (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor authored Nov 7, 2024
1 parent 16d462d commit 650be82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"mkdist": "node -e \"require('node:fs').mkdirSync('dist', { recursive: true, mode: 0o755 })\"",
"start": "react-native start",
"test": "jest",
"visionos": "react-native run-visionos"
"visionos": "react-native run-visionos",
"pods": "pod-install --quiet"
},
"dependencies": {
"@callstack/react-native-visionos": "^0.76.0",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn && yarn example pods",
"bootstrap-no-pods": "yarn example && yarn",
"bootstrap-fabric": "yarn example && yarn && yarn example pods-fabric",
"test:e2e:android": "bash ./scripts/run-maestro-tests.sh android",
"run-example-android": "cd example;yarn build:android;react-native run-android --mode \"Release\" --appId com.pagerviewexample",
"run-example-ios": "cd example;react-native run-ios --mode \"Release\" --simulator \"iPhone 13 (15.2)\"",
Expand Down

0 comments on commit 650be82

Please sign in to comment.