Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
makefile: add doc-clean to make publish
Browse files Browse the repository at this point in the history
PR-URL: #12146
Credit: @watilde
Reviewed-By: @zkat
  • Loading branch information
watilde authored and zkat committed Mar 31, 2016
1 parent cd1ba44 commit f0d1521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -166,7 +166,7 @@ ls-ok:
gitclean:
git clean -fd

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

0 comments on commit f0d1521

Please sign in to comment.