Update package.json
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user