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 d8694e7 commit 2a30be1Copy full SHA for 2a30be1
package.json
@@ -49,7 +49,7 @@
49
"lint:markdown": "npm run lint-markdown '**/*.{md,mdx}'",
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"
+ "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
"sitemap": "cd dist && sitemap-static --ignore-file=../sitemap-ignore.json --pretty --prefix=https://webpack.js.org/ > sitemap.xml",
54
"serve": "npm run build && sirv start ./dist --port 4000",
55
"preprintable": "npm run clean-printable",
0 commit comments