Skip to content

Commit f73ee66

Browse files
committed
docs: add 7.x publish script
1 parent 4ff1916 commit f73ee66

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
@@ -96,6 +96,7 @@
9696
"docs:prepare:publish:stable": "npm run docs:checkout:gh-pages && npm run docs:merge:stable && npm run docs:clean:stable && npm run docs:generate && npm run docs:generate:search",
9797
"docs:prepare:publish:5x": "npm run docs:checkout:5x && npm run docs:merge:5x && npm run docs:clean:stable && npm run docs:generate && npm run docs:copy:tmp && npm run docs:checkout:gh-pages && npm run docs:copy:tmp:5x",
9898
"docs:prepare:publish:6x": "npm run docs:checkout:6x && npm run docs:merge:6x && npm run docs:clean:stable && env DOCS_DEPLOY=true npm run docs:generate && npm run docs:move:6x:tmp && npm run docs:checkout:gh-pages && npm run docs:copy:tmp:6x",
99+
"docs:prepare:publish:7x": "npm run docs:checkout:gh-pages && git merge 7.x && npm run docs:clean:stable && npm run docs:generate && npm run docs:generate:search",
99100
"docs:check-links": "blc http://127.0.0.1:8089 -ro",
100101
"lint": "eslint .",
101102
"lint-js": "eslint . --ext .js --ext .cjs",

0 commit comments

Comments
 (0)