mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
5 lines
276 B
Bash
5 lines
276 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/ --url-ignore '/^\/binaries\/.+$/,/^\/forum\/?.*$/'
|