dash-website/cibuild.sh
Perry Woodin 4304166309 htmlproofer ignore checks
Temporarily ignore: 'ImageCheck','LinkCheck'

This should be turned back on once we have the blog images.
2016-11-10 07:58:07 -05:00

5 lines
268 B
Bash

#!/usr/bin/env bash
set -e # halt script on error
npm run build
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'