Skip to content

Commit 67fb1c0

Browse files
committed
change example build to npx react-native run-windows
1 parent 9c13b9c commit 67fb1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-buildexample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: ${{ inputs.exampleName }}
4040

4141
- name: yarn windows
42-
run: yarn windows --no-launch --no-deploy --no-packager --logging ${{ inputs.useBuildCertificate && '--msbuildprops PackageCertificateKeyFile=${{github.workspace}}\GitHubActionsWorkflow.pfx' || '' }}
42+
run: npx react-native run-windows --no-launch --no-deploy --no-packager --logging ${{ inputs.useBuildCertificate && '--msbuildprops PackageCertificateKeyFile=${{github.workspace}}\GitHubActionsWorkflow.pfx' || '' }}
4343
working-directory: ${{ inputs.exampleName }}
4444

4545
- name: Remove the pfx

0 commit comments

Comments
 (0)