Skip to content

Commit

Permalink
fix: dont publish with changed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Nov 27, 2019
1 parent daa0b4c commit 65b20af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- run: npm install
- 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: git checkout package.json package-lock.json
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache

Expand Down

0 comments on commit 65b20af

Please sign in to comment.