Skip to content

Commit

Permalink
Makefile: update AUTHORS before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed May 1, 2015
1 parent 7264367 commit 3c6cabb
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 @@ -235,7 +235,7 @@ authors:
git add AUTHORS &&\
git commit -m "update AUTHORS" || true

publish: link doc authors
publish: authors link doc
@git push origin :v$(shell npm -v) 2>&1 || true
git clean -fd &&\
git push origin $(BRANCH) &&\
Expand Down

0 comments on commit 3c6cabb

Please sign in to comment.