Skip to content

Commit

Permalink
Fixes run samples scripts for iOS and Android (#4098)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis authored Sep 19, 2024
1 parent 021ceb8 commit ffd7cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "lerna run test",
"fix": "lerna run fix",
"lint": "lerna run lint",
"run-ios": "run-s cd samples/react-native yarn react-native run-ios",
"run-android": "run-s cd samples/react-native yarn react-native run-android",
"run-ios": "cd samples/react-native && yarn react-native run-ios",
"run-android": "cd samples/react-native && yarn react-native run-android",
"set-version-samples": "lerna run set-version"
},
"devDependencies": {
Expand Down

0 comments on commit ffd7cfe

Please sign in to comment.