Skip to content

Commit 2a30be1

Browse files
committed
fix: correct package.json format for Governance link skip
1 parent d8694e7 commit 2a30be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lint:markdown": "npm run lint-markdown '**/*.{md,mdx}'",
5050
"lint-markdown": "markdownlint --config ./.markdownlint.json",
5151
"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"
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",
5353
"sitemap": "cd dist && sitemap-static --ignore-file=../sitemap-ignore.json --pretty --prefix=https://webpack.js.org/ > sitemap.xml",
5454
"serve": "npm run build && sirv start ./dist --port 4000",
5555
"preprintable": "npm run clean-printable",

0 commit comments

Comments
 (0)