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 3800995 commit d8694e7Copy full SHA for d8694e7
package.json
@@ -50,7 +50,6 @@
50
"lint-markdown": "markdownlint --config ./.markdownlint.json",
51
"lint:prose": "vale --config='.vale.ini' src/content",
52
"lint:links": "hyperlink -c 8 --root dist -r dist/index.html --canonicalroot https://webpack.js.org/ --internal --skip /plugins/extract-text-webpack-plugin/ --skip /printable --skip /contribute/Governance --skip https:// --skip http:// --skip sw.js --skip /vendor > internal-links.tap; cat internal-links.tap | tap-spot"
53
-
54
"sitemap": "cd dist && sitemap-static --ignore-file=../sitemap-ignore.json --pretty --prefix=https://webpack.js.org/ > sitemap.xml",
55
"serve": "npm run build && sirv start ./dist --port 4000",
56
"preprintable": "npm run clean-printable",
0 commit comments