From fe4b80c2804fd65de819b025b8f155f1b303c655 Mon Sep 17 00:00:00 2001 From: shanejonas Date: Wed, 19 Jun 2019 18:32:14 -0700 Subject: [PATCH] fix(circle): attach workspace after and no npm install --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 467bdc3..ae2d9d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,14 +45,13 @@ jobs: docker: - image: circleci/node:10 steps: + - checkout - attach_workspace: at: ~/project - - checkout - restore_cache: *restore-deps-cache - run: ls - - run: npm install - run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @qiwi/semantic-release-gh-pages-plugin - - run: ./node_modules/.bin/semantic-release --dry-run + - run: ./node_modules/.bin/semantic-release - save_cache: *save-deps-cache windowsbuild: