2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Replace serve with sirv-cli. (#31020)

This commit is contained in:
XhmikosR
2020-06-12 20:49:01 +03:00
committed by GitHub
parent c4d26a511e
commit 594e5fd071
2 changed files with 92 additions and 364 deletions
+2 -2
View File
@@ -54,7 +54,7 @@
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "serve _gh_pages --listen 9001",
"docs-serve-only": "sirv _gh_pages --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 karma-browserstack-launcher,popper.js && npm update && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
@@ -131,8 +131,8 @@
"postcss-cli": "^7.1.1",
"rollup": "^2.15.0",
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.3.2",
"shelljs": "^0.8.4",
"sirv-cli": "^1.0.0",
"stylelint": "^13.6.0",
"stylelint-config-twbs-bootstrap": "^2.0.3",
"terser": "^4.7.0",