init husky

This commit is contained in:
panr 2021-11-01 14:36:46 +01:00
parent c5b71eddba
commit de5d80ad37
2 changed files with 3 additions and 1 deletions

1
.husky/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_

View File

@ -6,7 +6,8 @@
"license": "MIT",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
"build": "webpack --mode=production",
"prepare": "husky install"
},
"browserslist": [
"last 2 versions",