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 724f2b1 commit 4393d29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,25 @@ jobs:
yarn add CristiCanizales/sfdx-core#${{ inputs.bundledBranch }}
- name: Bundle node_modules
run: |
cd node_modules/@salesforce/core
yarn install --network-timeout 600000 --verbose
yarn add -D esbuild@^0.19.5 esbuild-plugin-pino@^2.1.0 npm-dts@^1.3.12 esbuild-plugin-tsc@^0.4.0
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
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
working-directory: node_modules/@salesforce/core
- name: Post Bundling Update
run: |
node node_modules/@salesforce/core/scripts/postBundlingUpdate.js
working-directory: node_modules/@salesforce/core
- name: Yarn install
run: |
cd ../../..
npx yarn-deduplicate
yarn install --network-timeout 600000 --verbose
- name: Retrieve Scripts
Expand Down

0 comments on commit 4393d29

Please sign in to comment.