Skip to content

Commit

Permalink
Fixed CI script failure
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ignatov-parc committed Mar 31, 2018
1 parent 558b2fc commit ebe6ac6
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 @@ -121,7 +121,7 @@ jobs:
name: Publish to npm and remove "next" tag
command: |
npm publish
npm run remove-next-tag
npm run remove-next-tag || true
mark-old:
<<: *job-configuration
Expand Down

0 comments on commit ebe6ac6

Please sign in to comment.