Skip to content

Commit

Permalink
chore: husky prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
dockfries committed Oct 10, 2022
1 parent 6b2de02 commit b247731
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"lint": "eslint --fix ./src",
"build": "npm run lint && rollup -c",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"prepare": "husky install"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -37,7 +38,7 @@
"@typescript-eslint/parser": "^5.35.1",
"esbuild": "^0.15.10",
"eslint": "^8.23.0",
"husky": "^8.0.1",
"husky": "^8.0.0",
"rollup": "^2.77.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^4.2.2",
Expand Down

0 comments on commit b247731

Please sign in to comment.