Skip to content

Commit

Permalink
reordering .bumpedrc, leaving npm publish as last instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli committed Jun 7, 2017
1 parent 5784aae commit 9925bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bumpedrc
Expand Up @@ -20,9 +20,6 @@ plugins:
Publishing tag to GitHub:
plugin: bumped-terminal
command: 'git tag $newVersion && git push && git push --tags'
Publishing to NPM:
plugin: bumped-terminal
command: npm publish
Prepare gh-pages:
plugin: bumped-terminal
command: 'cp -r example ghpages && cp dist/angular-pdf.min.js* ghpages'
Expand All @@ -32,3 +29,6 @@ plugins:
Clean gh-pages temporary folder:
plugin: bumped-terminal
command: 'rm -rf ghpages'
Publishing to NPM:
plugin: bumped-terminal
command: npm publish

0 comments on commit 9925bac

Please sign in to comment.