diff options
| author | XhmikosR <[email protected]> | 2021-03-02 17:05:26 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-03-02 17:53:37 +0200 |
| commit | cf70a58149f24ce09330dcb90776abe0328df33c (patch) | |
| tree | 4f303a77d82e3966ea99f674a16492eeb28f1314 /package.json | |
| parent | 6692d1ed47f598092e8a66440c966183ed1b7c52 (diff) | |
| download | bootstrap-cf70a58149f24ce09330dcb90776abe0328df33c.tar.xz bootstrap-cf70a58149f24ce09330dcb90776abe0328df33c.zip | |
Rename _gh_pages to _site. (#33129)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ff8ee9fca..b3732f6b8 100644 --- a/package.json +++ b/package.json @@ -52,11 +52,11 @@ "docs": "npm-run-all docs-build docs-lint", "docs-build": "hugo --cleanDestinationDir", "docs-compile": "npm run docs-build", - "docs-linkinator": "linkinator _gh_pages --recurse --skip \"^(?!http://localhost)\" --verbosity error", + "docs-linkinator": "linkinator _site --recurse --skip \"^(?!http://localhost)\" --verbosity error", "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": "npx sirv-cli _gh_pages --port 9001", + "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 \"jquery,karma-browserstack-launcher,sinon,terser\" && npm update && echo Manually update site/assets/js/vendor", "release": "npm-run-all dist release-sri docs-build release-zip*", |
