From c35d0ec0123aa6365110c21048568413538f1a1d Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 12 Jul 2021 16:06:57 -0600 Subject: [PATCH] chore: fix circle config --- .circleci/config.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04cdcde9..e46d1048 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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"}} diff --git a/package.json b/package.json index 912dd959..47358cfc 100644 --- a/package.json +++ b/package.json @@ -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"