We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8599653 commit eaccc43Copy full SHA for eaccc43
1 file changed
package.json
@@ -81,7 +81,7 @@
81
"docs-lint": "npm-run-all docs-prettier-check docs-html-validate",
82
"docs-prettier-check": "prettier --config site/.prettierrc.json -c --cache site",
83
"docs-prettier-format": "prettier --config site/.prettierrc.json --write --cache site",
84
- "docs-serve": "npm run astro-dev",
+ "docs-serve": "npm run astro-dev -- --host",
85
"docs-serve-only": "npx sirv-cli _site --port 9001",
86
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
87
"update-deps": "ncu -u -x @docsearch/js,eslint,eslint-config-xo,eslint-plugin-unicorn,karma-browserstack-launcher,karma-rollup-preprocessor,sass,vnu-jar",
0 commit comments