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 e6f0263 commit 1d93be1Copy full SHA for 1d93be1
package.json
@@ -20,7 +20,7 @@
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",
23
- "docs-bump": "git commit --allow-empty -m \"chore: bump mintlify\" && git push origin main"
+ "docs-bump": "git checkout main && git pull --ff && git commit --allow-empty -m \"chore: bump mintlify\" && git push origin main"
24
},
25
"devDependencies": {
26
"@biomejs/biome": "^1.9.4",
0 commit comments