File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments