add make comment-issues skeleton
This commit is contained in:
parent
3b1a9a0adb
commit
81edc4c6ab
@ -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
|
||||||
|
|||||||
3
Makefile
3
Makefile
@ -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
1
tools/comment-issues.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
#!/bin/bash
|
||||||
Loading…
x
Reference in New Issue
Block a user