Cleanup merge conflicts and update package script
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bundle exec jekyll build",
|
"build": "bundle exec jekyll build",
|
||||||
"serve": "bundle exec jekyll serve",
|
"serve": "bundle exec jekyll serve",
|
||||||
"html-beautify": "node_modules/.bin/html-beautify --editorconfig .editorconfig -r '**/*.html'",
|
"html-beautify": "node_modules/.bin/html-beautify --editorconfig .editorconfig -r '**/*.html'; git add \\*.html",
|
||||||
"beautify-and-build": "npm run html-beautify && npm run build"
|
"beautify-and-build": "npm run html-beautify && npm run build"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
Reference in New Issue
Block a user