We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4698d60 commit e6f0263Copy full SHA for e6f0263
package.json
@@ -19,7 +19,8 @@
19
"dev-docs": "cd docs && yarn dlx mintlify@latest dev",
20
"dev-docs-middleware": "cd packages/misc/docs-middleware && yarn dev",
21
"deploy-docs-middleware": "cd packages/misc/docs-middleware && yarn deploy",
22
- "docs-broken-links": "cd docs && yarn dlx mintlify@latest broken-links"
+ "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"
24
},
25
"devDependencies": {
26
"@biomejs/biome": "^1.9.4",
0 commit comments