Skip to content

Commit 5587eb5

Browse files
committed
set BundleEntryFile prop
1 parent 3c54ae9 commit 5587eb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
yarn install-windows-test-app -p example/windows
6161
- name: Build
6262
run: |
63-
yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --no-telemetry
63+
yarn react-native run-windows --release --arch x64 --logging --no-packager --no-bundle --no-launch --no-deploy --msbuildprops "BundleEntryFile=index.ts" --no-telemetry
6464
working-directory: example/windows

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3016,9 +3016,9 @@ ansi-fragments@^0.2.1:
30163016
strip-ansi "^5.0.0"
30173017

30183018
ansi-regex@^4.1.0:
3019-
version "4.1.0"
3020-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
3021-
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
3019+
version "4.1.1"
3020+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
3021+
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
30223022

30233023
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
30243024
version "5.0.1"

0 commit comments

Comments
 (0)