Skip to content

Commit

Permalink
fix: update build accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Dec 20, 2019
1 parent daf2a82 commit af8fe8d
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 @@ -38,6 +38,7 @@ jobs:
- restore_cache: *restore-deps-cache
- run: npm install
- run: npm test
- run: npm build
- save_cache: *save-deps-cache

release:
Expand All @@ -47,7 +48,6 @@ jobs:
- restore_cache: *restore-deps-cache
- run: npm install
- run: npm test
- 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
Expand Down

0 comments on commit af8fe8d

Please sign in to comment.