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 4646 "lint:markdown" : " markdownlint --rules markdownlint-rule-emphasis-style --config ./.markdownlint.json *.md ./src/content/**/*.md --ignore './src/content/**/_*.md'" ,
4747 "lint:social" : " alex . -q" ,
4848 "lint:prose" : " cp .proselintrc ~/ && proselint src/content" ,
49- "lint:links" : " hyperlink -c 8 -r dist/index.html --canonicalroot https://webpack.js.org/ -i --skip https://img.shields.io --skip https://codecov.io/gh --skip 'content-type-mismatch https://travis-ci.org' > internal-links.tap; cat internal-links.tap | tap-spot" ,
49+ "lint:links" : " hyperlink -c 8 -r dist/index.html --canonicalroot https://webpack.js.org/ -i --skip https://img.shields.io --skip https://david-dm.org --skip https:// codecov.io/gh --skip 'content-type-mismatch https://travis-ci.org' > internal-links.tap; cat internal-links.tap | tap-spot" ,
5050 "sitemap" : " cd dist && sitemap-static --ignore-file=../sitemap-ignore.json --pretty --prefix=https://webpack.js.org/ > sitemap.xml" ,
5151 "serve" : " npm run build && sirv start ./dist --port 4000" ,
5252 "deploy" : " gh-pages -d dist" ,
You can’t perform that action at this time.
0 commit comments