Skip to content

Commit 1d93be1

Browse files
committed
chore: docs-bump command
1 parent e6f0263 commit 1d93be1

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
@@ -20,7 +20,7 @@
2020
"dev-docs-middleware": "cd packages/misc/docs-middleware && yarn dev",
2121
"deploy-docs-middleware": "cd packages/misc/docs-middleware && yarn deploy",
2222
"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"
23+
"docs-bump": "git checkout main && git pull --ff && git commit --allow-empty -m \"chore: bump mintlify\" && git push origin main"
2424
},
2525
"devDependencies": {
2626
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)