Skip to content

Commit

Permalink
Remove docs-clean from the publish make target
Browse files Browse the repository at this point in the history
PR-URL: #2357
Credit: @isaacs
Close: #2357
Reviewed-by: @nlf
  • Loading branch information
isaacs committed Dec 18, 2020
1 parent 9eef638 commit c6775ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -88,13 +88,13 @@ prune:
@[[ "$(shell git status -s)" != "" ]] && echo "ERR: found unpruned files" && exit 1 || echo "git status is clean"


publish: gitclean ls-ok link test docs-clean docs prune
publish: gitclean ls-ok link test docs prune
@git push origin :v$(shell node bin/npm-cli.js --no-timing -v) 2>&1 || true
git push origin $(BRANCH) &&\
git push origin --tags &&\
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)

release: gitclean ls-ok docs-clean docs prune
release: gitclean ls-ok docs prune
@bash scripts/release.sh

.PHONY: all latest install dev link docs clean uninstall test man docs-clean docsclean release ls-ok dev-deps prune

0 comments on commit c6775ef

Please sign in to comment.