Skip to content

Commit

Permalink
do not build bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Mar 22, 2024
1 parent c525e3d commit 7f8d043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
run: npm install
working-directory: ./Package

- name: Build bundle
run: npm run build:windows
working-directory: ./Apps/BRNPlayground
# - name: Build bundle
# run: npm run build:windows
# working-directory: ./Apps/BRNPlayground

- name: PATCH RNPermissions vcxproj
run: copy RNPermissions.vcxproj .\Apps\BRNPlayground\node_modules\react-native-permissions\windows\RNPermissions
Expand Down

0 comments on commit 7f8d043

Please sign in to comment.