Skip to content

Commit 3d3e0d8

Browse files
committed
Fix(docs): Updates last release timestamp
Fixes an issue where the documentation deployment process did not accurately reflect the last release time. This commit adds a command to update the `.lastRelease` file with a timestamp before building and deploying the documentation. This ensures that the documentation properly reflects the time of the last release.
1 parent d488513 commit 3d3e0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"docs:dev": "vitepress dev docs",
8787
"docs:build": "vitepress build docs",
8888
"docs:preview": "vitepress preview docs",
89-
"docs:release": "yarn docs:build && ./scripts/deploy-docs.sh"
89+
"docs:release": "date +%Y%m%d%H%M%S > docs/.lastRelease && yarn docs:build && ./scripts/deploy-docs.sh"
9090
},
9191
"dependencies": {
9292
"bcrypt": "^6.0.0",

0 commit comments

Comments
 (0)