Skip to content

Commit

Permalink
🔧 add updatechangeditems script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 30, 2024
1 parent 5a6a19f commit 83ce70b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm run update:lastcommit && git add scripts/lastCommitDate.json && node scripts/updateChangedItems.js && git add data/changedItems.json
pnpm run update:lastcommit && git add scripts/lastCommitDate.json && pnpm run update:updateChangedItems && git add data/changedItems.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"serve": "docusaurus serve",
"clear": "docusaurus clear",
"update:lastcommit": "node scripts/updateLastCommitDate.js",
"update:updateChangedItems": "node scripts/updateChangedItems.js",
"prepare": "husky install"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/lastCommitDate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lastCommitDate": "2024-06-30T00:47:44.723Z"
"lastCommitDate": "2024-06-30T00:53:59.812Z"
}

0 comments on commit 83ce70b

Please sign in to comment.