Skip to content

Commit 06d8e58

Browse files
authored
Add docs-github-serve script for local serving the github target. (#25139)
1 parent 6a17e63 commit 06d8e58

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
@@ -51,6 +51,7 @@
5151
"docs-compile": "bundle exec jekyll build",
5252
"postdocs-compile": "npm run docs-workbox-precache",
5353
"docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml",
54+
"docs-github-serve": "bundle exec jekyll serve --skip-initial-build --no-watch",
5455
"docs-lint": "npm-run-all docs-lint-*",
5556
"docs-lint-htmllint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\"",
5657
"docs-lint-vnu-jar": "node build/vnu-jar.js",

0 commit comments

Comments
 (0)