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 4393d29 commit 34a6707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
yarn install --network-timeout 600000 --verbose
working-directory: node_modules/@salesforce/core
- name: Update for bundling
run: node node_modules/@salesforce/core/scripts/updateForBundling.js
run: node scripts/updateForBundling.js
working-directory: node_modules/@salesforce/core
- name: Generate Bundle
run: |
yarn install --network-timeout 600000 --verbose
yarn build
node node_modules/@salesforce/core/scripts/build.js
node scripts/build.js
working-directory: node_modules/@salesforce/core
- name: Post Bundling Update
run: |
node node_modules/@salesforce/core/scripts/postBundlingUpdate.js
node scripts/postBundlingUpdate.js
working-directory: node_modules/@salesforce/core
- name: Yarn install
run: |
Expand Down

0 comments on commit 34a6707

Please sign in to comment.