Update Travis config to run format check

This commit is contained in:
nitrohorse
2019-08-03 19:31:37 -07:00
parent d01b88520a
commit 3e63b62881
3 changed files with 21 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve",
"format:html": "node bin/get-html-ls.js | xargs node_modules/.bin/html-beautify -r",
"format-test:html": "node bin/get-html-ls.js | xargs bash bin/html-beautify-check.sh"
"format-test:html": "node bin/get-html-ls.js | xargs bash ./bin/html-beautify-check.sh"
},
"husky": {
"hooks": {