File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 46
46
"lint:markdown" : " npm run lint-markdown *.md ./src/content/**/*.md" ,
47
47
"lint-markdown" : " markdownlint --config ./.markdownlint.json --ignore './src/content/**/_*.md' --ignore '.vale/**/*.md' --ignore '.github/**/*.md'" ,
48
48
"lint:prose" : " vale --config='.vale.ini' src/content" ,
49
- "lint:links" : " hyperlink -c 8 --root dist -r dist/index.html --canonicalroot https://webpack.js.org/ --skip /plugins/extract-text-webpack-plugin/ --skip /printable --skip https:// --skip http:// --skip sw.js > internal-links.tap; cat internal-links.tap | tap-spot" ,
49
+ "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 https:// --skip http:// --skip sw.js > internal-links.tap; cat internal-links.tap | tap-spot" ,
50
50
"sitemap" : " cd dist && sitemap-static --ignore-file=../sitemap-ignore.json --pretty --prefix=https://webpack.js.org/ > sitemap.xml" ,
51
51
"serve" : " npm run build && sirv start ./dist --port 4000" ,
52
52
"preprintable" : " npm run clean-printable" ,
You can’t perform that action at this time.
0 commit comments