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 34a6707 commit ba50c11
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,31 @@ jobs:
yarn add CristiCanizales/sfdx-core#${{ inputs.bundledBranch }}
- name: Bundle node_modules
run: |
yarn install --network-timeout 600000 --verbose
yarn install --network-timeout 600000
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
yarn install --network-timeout 600000
working-directory: node_modules/@salesforce/core
- name: Update for bundling
run: node scripts/updateForBundling.js
working-directory: node_modules/@salesforce/core
- name: Generate Bundle
run: |
yarn install --network-timeout 600000 --verbose
yarn install --network-timeout 600000
yarn build
node scripts/build.js
working-directory: node_modules/@salesforce/core
- name: Post Bundling Update
run: |
node scripts/postBundlingUpdate.js
working-directory: node_modules/@salesforce/core
- name: print node_modules content
run: |
cd node_modules
ls
- name: Yarn install
run: |
npx yarn-deduplicate
yarn install --network-timeout 600000 --verbose
yarn install --network-timeout 600000
- name: Retrieve Scripts
run: |
git clone https://github.com/forcedotcom/bundle-publish-scripts.git
Expand Down

0 comments on commit ba50c11

Please sign in to comment.