2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

deps: move sirv-cli to npx (#32056)

This commit is contained in:
XhmikosR
2020-11-04 20:35:03 +02:00
committed by GitHub
parent 230a41f1d7
commit 366b841f4f
2 changed files with 1 additions and 92 deletions
+1 -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": "sirv _gh_pages --port 9001",
"docs-serve-only": "npx sirv-cli _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,terser && npm update && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
@@ -132,7 +132,6 @@
"rollup-plugin-istanbul": "^2.0.1",
"sass": "^1.28.0",
"shelljs": "^0.8.4",
"sirv-cli": "^1.0.8",
"stylelint": "^13.7.2",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0",