Skip to content

Commit

Permalink
REVERT ME when merging v11 to master: Don't deploy the documentation …
Browse files Browse the repository at this point in the history
…site when doing releases
  • Loading branch information
papandreou committed Jan 2, 2019
1 parent 6f3f45b commit 93d606f
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 @@ -115,7 +115,7 @@ changelog: git-dirty-check
fi

.PHONY: release-%
release-%: git-dirty-check lint ${TARGETS} test-chrome-headless test-jasmine test-jest commit-unexpected deploy-site
release-%: git-dirty-check lint ${TARGETS} test-chrome-headless test-jasmine test-jest commit-unexpected
IS_MAKE_RELEASE=yes npm version $*
make changelog
@echo $* release ready to be publised to NPM
Expand Down

0 comments on commit 93d606f

Please sign in to comment.