Skip to content

Commit e7a1b82

Browse files
committed
fix start:windows script
1 parent 544981c commit e7a1b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"start:ios": "react-native run-ios --project-path example/ios",
4848
"start:macos": "react-native run-macos --project-path example/macos --scheme AsyncStorageExample",
4949
"start:web": "expo start:web",
50-
"start:windows": "react-native start --use-react-native-windows",
50+
"start:windows": "install-windows-test-app -p example/windows && react-native run-windows --root example --logging --no-packager --no-telemetry",
5151
"build:e2e:android": "scripts/android_e2e.sh 'build'",
5252
"build:e2e:ios": "scripts/ios_e2e.sh 'build'",
5353
"build:e2e:macos": "scripts/macos_e2e.sh 'build'",

0 commit comments

Comments
 (0)