Skip to content

Commit 46996b6

Browse files
committed
chore: add script to publish 8x docs
1 parent bcdcd32 commit 46996b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"docs:prepare:publish:5x": "git checkout 5.x && git merge 5.x && npm run docs:clean:stable && npm run docs:generate && npm run docs:copy:tmp && git checkout gh-pages && npm run docs:copy:tmp:5x",
9292
"docs:prepare:publish:6x": "git checkout 6.x && git merge 6.x && npm run docs:clean:stable && env DOCS_DEPLOY=true npm run docs:generate && mv ./docs/6.x ./tmp && git checkout gh-pages && npm run docs:copy:tmp:6x",
9393
"docs:prepare:publish:7x": "env DOCS_DEPLOY=true npm run docs:generate && git checkout gh-pages && rimraf ./docs/7.x && mv ./tmp ./docs/7.x",
94+
"docs:prepare:publish:8x": "git checkout gh-pages && git merge 8.x && npm run docs:generate",
9495
"docs:check-links": "blc http://127.0.0.1:8089 -ro",
9596
"lint": "eslint .",
9697
"lint-js": "eslint . --ext .js --ext .cjs",

0 commit comments

Comments
 (0)