add make comment-issues skeleton

This commit is contained in:
Sebastian McKenzie 2015-06-28 00:59:24 +01:00
parent 3b1a9a0adb
commit 81edc4c6ab
3 changed files with 6 additions and 1 deletions

View File

@ -30,4 +30,5 @@ deploy:
after_deploy: after_deploy:
- make publish-cli - make publish-cli
- make publish-runtime - make publish-runtime
- make rebuild-website - make build-website
- make comment-issues

View File

@ -108,6 +108,9 @@ publish-cli:
build-website: build-website:
@./tools/build-website.sh @./tools/build-website.sh
comment-issues:
@./tools/comment-issues.sh
bootstrap: bootstrap:
npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel || true npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel || true
npm install npm install

1
tools/comment-issues.sh Executable file
View File

@ -0,0 +1 @@
#!/bin/bash