Update package.json

This commit is contained in:
nitrohorse
2019-08-03 13:58:01 -07:00
parent 9b4f84d96c
commit c9f9cf255b
2 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,10 @@
"js-beautify": "1.10.1"
},
"scripts": {
"html-beautify": "node_modules/.bin/html-beautify --editorconfig .editorconfig -r '**/*.html'"
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve",
"html-beautify": "node_modules/.bin/html-beautify --editorconfig .editorconfig -r '**/*.html'",
"beautify-and-build": "npm run html-beautify && npm run build"
},
"husky": {
"hooks": {