Skip to content

Commit 6772d83

Browse files
committed
Add prepare for recent husky versions
1 parent 571a503 commit 6772d83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"start": "ts-node-dev --respawn src",
4242
"build": "tsc",
4343
"lint": "prettier --check \"src/**/*.ts\"",
44-
"lint:fix": "prettier \"src/**/*.ts\" --write "
44+
"lint:fix": "prettier \"src/**/*.ts\" --write ",
45+
"prepare": "husky install"
4546
}
4647
}

0 commit comments

Comments
 (0)