Skip to content

Commit dae3d47

Browse files
committed
Fix "yarn start"
1 parent e561239 commit dae3d47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.0.54",
44
"private": true,
55
"scripts": {
6-
"start": "npx @react-native-community/cli rnx-start",
6+
"start": "react-native rnx-start",
77
"lint:fix": "rnw-scripts lint:fix",
88
"lint": "rnw-scripts lint",
9-
"windows": "npx @react-native-community/cli run-windows"
9+
"windows": "react-native run-windows"
1010
},
1111
"dependencies": {
1212
"@react-native-picker/picker": "2.11.0",

0 commit comments

Comments
 (0)