Skip to content

Commit e256d83

Browse files
committed
Revert "REVERT ME when merging v11 to master: Don't deploy the documentation site when doing releases"
This reverts commit 93d606f.
1 parent 171b93c commit e256d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ changelog: git-dirty-check
115115
fi
116116

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

0 commit comments

Comments
 (0)