Skip to content

Commit

Permalink
fix: force npm install more
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 26, 2022
1 parent 4025e94 commit 05b10aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- restore_cache: *restore-deps-cache
- run: npm install --force
- run: npm run build
- 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: 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 --force
- run: git checkout .
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache
Expand Down

0 comments on commit 05b10aa

Please # to comment.