Skip to content

Commit

Permalink
fix(circle): attach workspace after and no npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 20, 2019
1 parent 09f9a5a commit fe4b80c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit fe4b80c

Please sign in to comment.