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 5230aae commit 56135efCopy full SHA for 56135ef
.github/workflows/pr.yml
@@ -184,8 +184,9 @@ jobs:
184
185
186
- name: RNPermissions Patch test
187
- run: copy /Y RNPermissions.vcxproj .\Apps\BRNPlayground\node_modules\react-native-permissions\windows\RNPermissions\RNPermissions.vcxproj
+ run: Copy-Item -Path "RNPermissions.vcxproj" -Destination "Apps\BRNPlayground\node_modules\react-native-permissions\windows\RNPermissions\RNPermissions.vcxproj" -Force
188
working-directory: ./
189
+
190
191
192
0 commit comments