We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c13b9c commit 67fb1c0Copy full SHA for 67fb1c0
.github/workflows/template-buildexample.yml
@@ -39,7 +39,7 @@ jobs:
39
working-directory: ${{ inputs.exampleName }}
40
41
- name: yarn windows
42
- run: yarn windows --no-launch --no-deploy --no-packager --logging ${{ inputs.useBuildCertificate && '--msbuildprops PackageCertificateKeyFile=${{github.workspace}}\GitHubActionsWorkflow.pfx' || '' }}
+ run: npx react-native run-windows --no-launch --no-deploy --no-packager --logging ${{ inputs.useBuildCertificate && '--msbuildprops PackageCertificateKeyFile=${{github.workspace}}\GitHubActionsWorkflow.pfx' || '' }}
43
44
45
- name: Remove the pfx
0 commit comments