File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 58
58
yarn install-windows-test-app -p example/windows
59
59
- name : Build
60
60
run : |
61
- yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --sln example/windows/AsyncStorageExample.sln --msbuildprops "BundleEntryFile=index.ts" --no-telemetry
62
- working-directory : example/windows
61
+ yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --msbuildprops "BundleEntryFile=index.ts" --no-telemetry
Original file line number Diff line number Diff line change 46
46
"start:ios" : " react-native run-ios --project-path example/ios" ,
47
47
"start:macos" : " react-native run-macos --project-path example/macos --scheme AsyncStorageExample" ,
48
48
"start:web" : " expo start:web" ,
49
- "start:windows" : " install-windows-test-app -p example/windows && react-native run-windows --root example --logging --no-packager --sln example/windows/AsyncStorageExample.sln -- no-telemetry" ,
49
+ "start:windows" : " install-windows-test-app -p example/windows && react-native run-windows --root example --logging --no-packager --no-telemetry" ,
50
50
"build:e2e:android" : " scripts/android_e2e.sh 'build'" ,
51
51
"build:e2e:ios" : " scripts/ios_e2e.sh 'build'" ,
52
52
"build:e2e:macos" : " scripts/macos_e2e.sh 'build'" ,
You can’t perform that action at this time.
0 commit comments