Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
chore: add prepare script for husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Jul 26, 2021
1 parent a06bdd3 commit 8ec3925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"lint": "npm run lint:yml && npm run lint:js",
"lint:js": "eslint ./ --ext .js",
"lint:yml": "eslint ./ --ext .yml,.yaml",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8ec3925

Please sign in to comment.