Skip to content

Commit 0f8ec58

Browse files
author
BFT\a.rogalskii
committed
Added info on workflows
Updates on github-actions
1 parent d14295c commit 0f8ec58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"license": "license-checker --json > licenses.json",
2121
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
2222
"markdown": "markdown-link-check ./README.md ./SECURITY.md",
23+
"git:diff": "git --no-pager diff --exit-code --stat HEAD",
24+
"git:log": "git log -1 --format='format:%H' HEAD",
25+
"git:clean": "git stash && git clean -fdX",
26+
"git:ls": "git cat-file -p HEAD && git ls-tree -r HEAD",
2327
"link-check": "repo-link-check -c config/config.yml -s filesystem -u",
2428
"link-check-diff": "repo-link-check -c config/config.yml",
2529
"link-check-dev-server": "repo-link-check -c config/config.yml -r http://localhost:3000",
@@ -70,7 +74,7 @@
7074
"engines": {
7175
"node": ">= 12.x"
7276
},
73-
"keywords": ["java patterns"],
77+
"keywords": ["java design patterns"],
7478
"maintainers": [
7579
{
7680
"name": "Alexander Rogalskiy",

0 commit comments

Comments
 (0)