Skip to content

Commit ffd7cfe

Browse files
authored
Fixes run samples scripts for iOS and Android (#4098)
1 parent 021ceb8 commit ffd7cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"test": "lerna run test",
1010
"fix": "lerna run fix",
1111
"lint": "lerna run lint",
12-
"run-ios": "run-s cd samples/react-native yarn react-native run-ios",
13-
"run-android": "run-s cd samples/react-native yarn react-native run-android",
12+
"run-ios": "cd samples/react-native && yarn react-native run-ios",
13+
"run-android": "cd samples/react-native && yarn react-native run-android",
1414
"set-version-samples": "lerna run set-version"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)