Skip to content

Commit e6f0263

Browse files
committed
chore: bump mintlify
1 parent 4698d60 commit e6f0263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"dev-docs": "cd docs && yarn dlx mintlify@latest dev",
2020
"dev-docs-middleware": "cd packages/misc/docs-middleware && yarn dev",
2121
"deploy-docs-middleware": "cd packages/misc/docs-middleware && yarn deploy",
22-
"docs-broken-links": "cd docs && yarn dlx mintlify@latest broken-links"
22+
"docs-broken-links": "cd docs && yarn dlx mintlify@latest broken-links",
23+
"docs-bump": "git commit --allow-empty -m \"chore: bump mintlify\" && git push origin main"
2324
},
2425
"devDependencies": {
2526
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)