We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021ceb8 commit ffd7cfeCopy full SHA for ffd7cfe
package.json
@@ -9,8 +9,8 @@
9
"test": "lerna run test",
10
"fix": "lerna run fix",
11
"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",
+ "run-ios": "cd samples/react-native && yarn react-native run-ios",
+ "run-android": "cd samples/react-native && yarn react-native run-android",
14
"set-version-samples": "lerna run set-version"
15
},
16
"devDependencies": {
0 commit comments