Skip to content

Commit

Permalink
add husky prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclellan-crexi committed Aug 26, 2024
1 parent 299fce8 commit 55dcf5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@angular-task/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"scripts": {
"prepare": "husky"
},
"lint-staged": {
"*.{ts,scss,html}": [
"eslint --fix"
Expand Down

0 comments on commit 55dcf5d

Please sign in to comment.