Update Travis config to run format check
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user