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 23, 2024
1 parent 11d68b5 commit a7225db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
run: |
yarn add -D esbuild@^0.19.5 esbuild-plugin-pino@^2.1.0 npm-dts@^1.3.12 esbuild-plugin-tsc@^0.4.0
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- name: Update for Bundling
# - name: Update for Bundling
# run: |
# node scripts/updateForBundling.js
- name: Update references for core bundle
run: |
node scripts/updateForBundling.js
node ../../../bundle-publish-scripts/scripts/updateForCoreBundle.js
- name: Generate Bundle
run: |
yarn build
Expand Down

0 comments on commit a7225db

Please sign in to comment.