Skip to content

Commit

Permalink
Update testExternalProjects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 24, 2024
1 parent 7be0aca commit 2957e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: echo "processed_path=$(echo "${{ inputs.externalProjectGit }}" | cut -d'/' -f2-)" >> $GITHUB_ENV
- name: print directories
run: |
ls -d node_modules/@salesforce
ls -d ./node_modules
- name: Update for bundling
run: node ../../${{ env.processed_path }}/node_modules/@salesforce/core/scripts/updateForBundling.js
# - name: Update references for core bundle
Expand Down

0 comments on commit 2957e3b

Please sign in to comment.