diff --git a/.travis.yml b/.travis.yml index c055db4396..7f358afd39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,5 @@ deploy: after_deploy: - make publish-cli - make publish-runtime -- make rebuild-website +- make build-website +- make comment-issues diff --git a/Makefile b/Makefile index 4e2c0eb248..30621c69e7 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,9 @@ publish-cli: build-website: @./tools/build-website.sh +comment-issues: + @./tools/comment-issues.sh + bootstrap: npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel || true npm install diff --git a/tools/comment-issues.sh b/tools/comment-issues.sh new file mode 100755 index 0000000000..a9bf588e2f --- /dev/null +++ b/tools/comment-issues.sh @@ -0,0 +1 @@ +#!/bin/bash