mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
htmlproofer ignore checks
Temporarily ignore: 'ImageCheck','LinkCheck' This should be turned back on once we have the blog images.
This commit is contained in:
parent
b8f2065a1c
commit
4304166309
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
set -e # halt script on error
|
set -e # halt script on error
|
||||||
|
|
||||||
npm run build
|
npm run build
|
||||||
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/
|
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck','LinkCheck'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue