Skip to content

Commit 6eb169c

Browse files
committed
fixup! windows: specify --sln
1 parent 2af1300 commit 6eb169c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ jobs:
5858
yarn install-windows-test-app -p example/windows
5959
- name: Build
6060
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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"start:ios": "react-native run-ios --project-path example/ios",
4747
"start:macos": "react-native run-macos --project-path example/macos --scheme AsyncStorageExample",
4848
"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",
5050
"build:e2e:android": "scripts/android_e2e.sh 'build'",
5151
"build:e2e:ios": "scripts/ios_e2e.sh 'build'",
5252
"build:e2e:macos": "scripts/macos_e2e.sh 'build'",

0 commit comments

Comments
 (0)