Skip to content

Commit d4d33f5

Browse files
Add husky prepare script (#6)
1 parent 299fce8 commit d4d33f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@angular-task/source",
33
"version": "0.0.0",
44
"license": "MIT",
5-
"scripts": {},
5+
"scripts": {
6+
"prepare": "husky"
7+
},
68
"lint-staged": {
79
"*.{ts,scss,html}": [
810
"eslint --fix"

0 commit comments

Comments
 (0)