]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make mdo's life easier for testing
authorMark Otto <markdotto@gmail.com>
Tue, 10 Mar 2026 21:21:11 +0000 (14:21 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 10 Mar 2026 21:21:11 +0000 (14:21 -0700)
package.json

index a47a7c383002e9aed150678ff0557ddced787c71..bcb1459a89bec93e0808200c5bfb2bdb231e9f60 100644 (file)
@@ -81,7 +81,7 @@
     "docs-lint": "npm-run-all docs-prettier-check docs-html-validate",
     "docs-prettier-check": "prettier --config site/.prettierrc.json -c --cache site",
     "docs-prettier-format": "prettier --config site/.prettierrc.json --write --cache site",
-    "docs-serve": "npm run astro-dev",
+    "docs-serve": "npm run astro-dev -- --host",
     "docs-serve-only": "npx sirv-cli _site --port 9001",
     "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
     "update-deps": "ncu -u -x @docsearch/js,eslint,eslint-config-xo,eslint-plugin-unicorn,karma-browserstack-launcher,karma-rollup-preprocessor,sass,vnu-jar",