diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c75ae39..9a550c83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: - checkout - run: name: Set App Version - command: echo 'export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)' >> $BASH_ENV + command: echo $(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1) - run: name: Update Package Managers command: sudo npm update -g npm yarn