Skip to content

Commit

Permalink
ci: avoid top-level types/jsforce
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 14, 2022
1 parent be22660 commit 15727ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
shx rm -rf node_modules/@salesforce/kit
yarn build
working_directory: node_modules/@salesforce/core
- run:
name: any top-level jsforce1 modules
command: shx rm -rf node_modules/@types/jsforce
- run:
name: remove sf-plugins-core/core
# deletes sf-plugins-core/core to prevent ts conflicts
Expand Down

0 comments on commit 15727ad

Please sign in to comment.