Skip to content

Commit

Permalink
Add Issues state reporting script (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Nov 6, 2023
1 parent b8cd394 commit 0cf4bca
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 @@ -38,7 +38,8 @@
"fullClean": "git clean -xdf && npm install && rush update --recheck --full",
"fullCleanBuild": "npm run fullClean && npm run rebuild",
"ai-min": "node common/scripts/install-run-rush.js ai-min",
"ai-restore": "node common/scripts/install-run-rush.js ai-restore"
"ai-restore": "node common/scripts/install-run-rush.js ai-restore",
"gh-status": "node ./tools/status-tools/github-status.js"
},
"devDependencies": {
"@microsoft/rush": "^5.97.0",
Expand Down
Loading

0 comments on commit 0cf4bca

Please sign in to comment.