Skip to content

Commit

Permalink
chore: fix circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 12, 2021
1 parent c2b0320 commit c35d0ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
xcode: 11.7.0
steps:
- checkout
- run: git fetch origin && git pull
- run: yarn install
- run: yarn pack:macos
- run: yarn upload:macos
Expand All @@ -71,6 +72,7 @@ jobs:
<<: *pack-and-upload-tarballs
steps:
- checkout
- run: git fetch origin && git pull
- restore_cache:
keys:
- v3-npm-{{checksum "yarn.lock"}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "0.0.14",
"version": "0.0.15",
"author": "Salesforce",
"bin": {
"sf": "./bin/run"
Expand Down

0 comments on commit c35d0ec

Please sign in to comment.