Skip to content

Commit

Permalink
fixing meteor publish call
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Apr 16, 2015
1 parent 37e6ac3 commit 9d12473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ publish:
git tag -a $(VERSION) -m "Releasing $(VERSION)"
git push origin master --tags
npm publish
meteor publish --update
meteor publish

re-publish:
git tag -a $(VERSION) -m "Releasing $(VERSION)" -f
Expand Down

0 comments on commit 9d12473

Please sign in to comment.