Skip to content

Commit

Permalink
Add Issue state reporting script (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: siyuniu-ms <[email protected]>
  • Loading branch information
MSNev and siyuniu-ms authored Dec 4, 2023
1 parent 8552766 commit af6d436
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"watch": "ng test",
"lint": "ng lint",
"lintfix": "ng lint --fix",
"clean": "git clean -xdf"
"clean": "git clean -xdf",
"gh-status": "node ./tools/status-tools/github-status.js"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.9",
Expand Down
Loading

0 comments on commit af6d436

Please sign in to comment.